How is test coverage calculated?
Coverage = (No of coverage items exercised/ Total numbers of coverage items) x100%
How would you measure test coverage?
When can test coverage be measured?
Why is path coverage testing not always used?
Path coverage is the most comprehensive testing that a suite can provide, however:
What is experience-based testing also known as?
What are the two factors you should keep in mind when doing experience-based testing?
What types of error guessing techniques can be used?
What is exploratory testing?
This is an experience based testing technique. It is a combination of ad-hoc and structure-based testing.
What factors should be considered when determing the technique or techniques used to test an application?
What external factors affect the choice of test technique?