_______ is a white-box testing technique that focuses on evaluating the logic of the program.
- Boundary Testing
- Compatibility Testing
- Path Testing
- Usability Testing
Path testing is a white-box testing technique that ensures every path through the program is tested at least once. It is particularly focused on evaluating the program's internal logic paths to ensure all code branches and potential execution paths are tested.
Loading...
Related Quiz
- A software company developed a custom solution for a client. After delivering, the client tests the application in their environment and checks against their requirements. Which type of testing is the client performing?
- In the STLC, what factors determine the exit criteria of a testing phase?
- What is the primary purpose of incremental integration testing?
- In terms of automation, tests that are _______ are typically not the best candidates for automation.
- While exploratory testing can be freestyle, many testers employ structured approaches like _____ to document and manage their findings.