Tag: testing

Questions Related to testing

  1. According to industry standard, one normalized test case contains 10 test steps.

  2. Test cases are normalized when test cases of different complexities are created, and it is required to arrive at a common figure.

  3. Both Option1 and Option2

  4. Only Option2


Correct Option: C
  1. Test design coverage computes the no of test cases covered / no of total no of test cases

  2. Test design coverage computes the no of testable requirements covered / no of test cases created

  3. Test design coverage computes the no of testable requirements covered / no of testable requirements

  4. Test design coverage computes the no of testable requirements covered by test cases created/ no of testable requirements


Correct Option: D

When can we start collecting the ROI of an automation testing project?

  1. Cost < =Benefit

  2. Cost = Benefit

  3. Cost > =Benefit

  4. Option1 and Option2


Correct Option: D
  1. Duplicate defects

  2. Environment defects

  3. Change in requirements

  4. All the above


Correct Option: D

During a load test of 1 hr 30 minutes, a total of 15000 claims were processed by an application. What was the TPS (Transactions per sec) rate?

  1. 2.15

  2. 2.5

  3. 2.77

  4. 2.95


Correct Option: C

A test scenario is designed to run for an hour under a load of 100 concurrent users. One iteration with 10 transactions gets completed in 30 sec. How many transactions would be hit at the end of an hour?

  1. 1000

  2. 1200

  3. 1300

  4. 3000


Correct Option: B
  1. >40% errors during the test

  2. CPU >90%

  3. CPU<90%

  4. Option 1 and Option 2


Correct Option: D