edited by
4,031 views
2 votes
2 votes

In the context of software testing, which of the following statements is/are NOT correct?

P: A minimal test set that achieves $100\%$ path coverage will also achieve $100\%$ statement coverage.

Q: A minimal test set that achieves $100\%$ path coverage will generally detect more faults than one that achieves $100\%$ statement coverage.

R: A minimal test set that achieves $100\%$ statement coverage will generally detect more faults than one that achieves $100\%$ branch coverage.

  1. R only
  2. Q only
  3. P and Q only
  4. Q and R only
edited by

1 Answer

Answer:

Related questions

1 votes
1 votes
1 answer
2
Arjun asked Jul 2, 2019
2,217 views
The M components in MVC are responsible foruser interfacesecurity of the systembusiness logic and domain objectstranslating between user interface actions/events and oper...
1 votes
1 votes
1 answer
4
Arjun asked Jul 2, 2019
2,650 views
Which of the following terms best describes Git?Issue Tracking SystemIntegrated Development EnvironmentDistributed Version Control SystemWeb-based Repository Hosting Serv...