Tag: Unit Testing
-

Black Box Security Analysis and Test Techniques
Black box techniques are the only techniques available for analyzing and testing non-developmental binary executable without first decompiling or disassembling them. Black box tests are not limited in utility to COTS and other executable packages
-

White Box Techniques for Security Testing
It is known as “code review,” static analysis analyses source code before it is compiled, to detect coding errors, insecure coding constructs
-

Software Security Testing in SDLC
Most of the software security practitioners would agree that the common practice of postponing security analysis and tests after the software implementation phase and even after it has been deployed
