Security tests
- Definition
- Tests to check if the system doesn't allow unauthorized access
How does it work?
Dedicated software helps you to check a number of known vulnerabilities on the application.
Types of test:
- penetration tests specialized software tries to find ways to hack your system
- access control tests tests that aim specifically at your application's access control mechanism
When should you use it?
They are necessary when your application is open to the outside world.