Q.1.
Which of the following lists difference between verification and validation?
Q.2.
Which of the following are practiced in level 3 thinking during testing?
Q.3.
State true or false: Testing can be used to find all the errors in code.
Q.4.
What are the various Testing Levels?
Q.5.
Test plans are not changed or updated once written
Q.6.
Test plans are updated with results when acquired
Q.7.
Trace tables are to keep track of who is testing the code
Q.8.
White box testers do not need to know how the program works
Q.9.
White box testing is typically carried out by the programmer during iterative testing
Q.10.
Black box testing does not return much information on why a test fails
Q.11.
Black box testers do not need to know how the program works
Q.12.
Borderline data is the extremes of acceptable inputs
Q.13.
Only valid data inputs are tested
Q.14.
Test plans are produced by the customer
Q.15.
Tests are planned before starting to code