In ________ testing, test cases are designed to cover all possible paths in a program.

  • Boundary
  • Integration
  • Path
  • System
In Path testing, test cases are designed to cover all possible paths in a program, ensuring thorough testing of different execution scenarios. This method helps identify potential issues related to program flow and logic.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *