Basis path testing: Difference between revisions

Content deleted Content added
m clean up using AWB (9319)
No edit summary
Line 10:
 
[[Category:Software testing]]
Basis path testing is a white box testing technique that is used to test the code based on control flow. The method uses a control flowchart and a control flow graph to convert the code into a model and then derive independent test paths from it.
 
Each test path corresponds to one possible execution in the software. These test paths are then used to generate test cases. The test cases are then used to verify the code for its correctness.
 
{{Software-eng-stub}}