Please enable JavaScript.
Coggle requires JavaScript to display documents.
Software Testing (What is Software Testing? (Properties (Functional, Non…
Software Testing
-
Software Testing Levels
-
-
System Testing
The process of verifying the functionality and beaviour of the entire software system including security, performance, reliability, and external interfaces to other applications
Acceptance Testing
The process of verifying desired acceptance criteria are met in the system (functional or non-functional) from the user POV
-
-
Code (Test) Coverage
Coverage Criteria
Method: How many of the methods are called, during the tests
Statement: How many statements are exercised, during the tests
-
-
-
Loop: Each loopexecuted 0 times, once and more than once
-
-
-
-
-
-