Tag: Automated Vulnerability Scanning
-

Software Testing Fundamentals
Software Testing is vital for any software development life cycle, it is fundamental to ensure the software quality and to have a workable functional software at the end of the project.
-

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
-

What is the software security testing?
Security is a non-functional property of the system, the main goal for securing the system to make this system dependable. So, we can depend on this system and it can perform its excepted functions as required and specified.

