Q.1
Which of the following lists difference between verification and validation?
  • Verification is done during software development whereas validation is done at the end of software development.
  • Verification is done to ensure that a software works correctly whereas validation is done to ensure all requirements are met.
Q.2
Which of the following are practiced in level 3 thinking during testing?
  • Testing is a mental discipline, everyone in the organization strives to test thoroughly.
  • Testing is done by developers, to debug their code.
  • Testing is done to identify failures and reduce risks.
  • Testing is done to show absence of errors.
Q.3
State true or false: Testing can be used to find all the errors in code.
  • True
  • False
Q.4
What are the various Testing Levels?
  • Unit Testing
  • System Testing
  • Integration Testing
  • All of the mentioned
Q.5
Test plans are not changed or updated once written
  • True
  • False
Q.6
Test plans are updated with results when acquired
  • True
  • False
Q.7
Trace tables are to keep track of who is testing the code
  • True
  • False
Q.8
White box testers do not need to know how the program works
  • True
  • False
Q.9
White box testing is typically carried out by the programmer during iterative testing
  • True
  • False
Q.10
Black box testing does not return much information on why a test fails
  • True
  • False
Q.11
Black box testers do not need to know how the program works
  • True
  • False
Q.12
Borderline data is the extremes of acceptable inputs
  • True
  • False
Q.13
Only valid data inputs are tested
  • True
  • False
Q.14
Test plans are produced by the customer
  • True
  • False
Q.15
Tests are planned before starting to code
  • True
  • False
0 h : 0 m : 1 s