Hybrid Testing is
Combination of one or more testing techniques
Combination of top-down and bottom-up testing
Both A and B
None of the above.
Test coverage analysis is the process of
Creating additional test cases to increase coverage
Finding areas of program exercised by the test cases
Determining a quantitative measure of code coverage, which is a direct measure of quality.
All of the above.
White Box Testing is
Same as glass box testing
Same as clear box testing
Content Testing is
Similar to proof reading
Widely used in web testing
Part of usability Testing
All of the above
Decision Coverage.
Testing the boolean expressions which are not in control structures
Entire expression is considered as boolean expression irrespective of logical-and and logical-or operators
Coverage except switch-statement cases, exception handlers
Class testing
Require a driver to test
No need of instances of other classes
No need to test the transitions
Build Verification Test is
Same as smoke test
Done after each build to make sure that the build doesn’t contain major errors
Smoke Testing is
To find whether the hardware burns out
Same as build verification test
To find that software is stable
None of the above
Code Walkthrough is ________
A type of dynamic testing
Type of static testing
Neither dynamic nor static
Performed by the testing team
Static Analysis is
Same as static testing
Done by the developers