Tag: testing

Questions Related to testing

  1. Impossible to answer

  2. Easy to answer

  3. Depends on the risk, contract and requirements

  4. Depends on the maturity of your developers


Correct Option: C
  1. Missing Statements

  2. Unused Branches

  3. Dead Code

  4. Unused Statement


Correct Option: A
  1. Defects

  2. Trends analysis

  3. Test Effectiveness

  4. Time Spent Testing


Correct Option: C
  1. How much regression testing should be done

  2. Exit Criteria

  3. How many more test cases need to written

  4. Different Tools to perform Regression Testing


Correct Option: A
  1. How much regression testing should be done

  2. Exit Criteria

  3. How many more test cases need to written

  4. Different Tools to perform Regression Testing


Correct Option: A
  1. The goal / purpose of testing is to demonstrate that the program works.

  2. The purpose of testing is to demonstrate that the program is defect free

  3. The purpose of testing is to demonstrate that the program does what it is supposed to do

  4. Testing is executing Software for the purpose of finding defects


Correct Option: D
  1. The goal / purpose of testing is to demonstrate that the program works.

  2. The purpose of testing is to demonstrate that the program is defect free

  3. The purpose of testing is to demonstrate that the program does what it is supposed to do

  4. Testing is executing Software for the purpose of finding defects


Correct Option: D
  1. the use of a variable before it has been defined

  2. unreachable code

  3. memory leaks

  4. array bound violations


Correct Option: C