Tag: testing

Questions Related to testing

  1. i. Determine the test technique to be employed

  2. ii. Determine the extent of testing to be carried out

  3. iii. Prioritize testing in an attempt to find critical defects as early as possible.

  4. iv. Determine the cost of the project


Correct Option: B
  1. Explaining the objectives

  2. Selecting the personnel, allocating roles.

  3. Follow up

  4. Individual Meeting preparations


Correct Option: B

A Person who documents all the issues, problems and open points that were identified during a formal review.

  1. Moderator.

  2. Scribe

  3. Author

  4. Manager


Correct Option: B
  1. Scenario , Dry Run , Peer Group

  2. Pre Meeting Preparations

  3. Formal Follow Up Process

  4. Includes Metrics


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

  2. unreachable (“dead”) code

  3. memory leaks

  4. array bound violations


Correct Option: C
  1. requirements

  2. documentation

  3. test cases

  4. improvements suggested by users


Correct Option: D
  1. Checking test logs against the exit criteria specified in test planning.

  2. Logging the outcome of test execution.

  3. Assessing if more tests are needed.

  4. Writing a test summary report for stakeholders


Correct Option: B

Testing where in we subject the target of the test , to varying workloads to measure and evaluate the performance behaviors and ability of the target and of the test to continue to function properly under these different workloads.

  1. Load Testing

  2. Integration Testing

  3. System Testing

  4. Usability Testing


Correct Option: A