During the development of new code and before deploying any new code on an acceptance testing environment we apply Web Application Vulnerability Scanners. These scanners allow us to look for security vulnerabilities such as Cross-site scripting, SQL Injection, Command Injection, Path Traversal, and insecure server configuration.
Black Box
Black Box Testing is a software testing method in which the internal structure/design/implementation of the item being tested is NOT known to the tester.
White Box
White Box Testing is a software testing method in which the internal structure/design/implementation of the item being tested is known to the tester. At SimpleSign, we believe that the ability to test an application both statically and dynamically will become increasingly important as technology and therefore potential security threats continue to increase. This is precisely why we use the best of both during different stages of the development cycle.