Tag: testing

Questions Related to testing

  1. Is not important

  2. Increases as we move the product towards live use

  3. Decreases as we move the product towards live use

  4. Is more expensive if found in requirements than functional design


Correct Option: B
  1. What is not to be tested

  2. Test environments

  3. Quality plans

  4. Schedules and deadlines


Correct Option: C
  1. No, because they are normally applied before testing

  2. No, because they do not apply to the test documentation

  3. Yes, because both help detect faults and improve quality

  4. Yes, because testing includes all non-constructive activities


Correct Option: C
  1. Measuring response time

  2. Measuring transaction rates

  3. Recovery testing

  4. Simulating many users


Correct Option: C
  1. After more formal techniques have been applied

  2. By inexperienced testers

  3. After the system has gone live

  4. Only by end users


Correct Option: A

What is failure?

  1. Deviation from expected result to actual result

  2. Defect in the software.

  3. Error in the program code.

  4. Fault in the system.


Correct Option: A
  1. Analysts

  2. Management

  3. Developers

  4. Testers


Correct Option: B
  1. Regression testing.

  2. Integration testing.

  3. Error Guessing.

  4. System testing.


Correct Option: C
  1. Performance testing

  2. Recovery testing

  3. GUI testing

  4. User requirements.


Correct Option: D
Explanation:

To solve this question, the user needs to understand the purpose of capture and replay facilities in software testing and the types of testing methods that can utilize them.

Capture and replay facilities are typically used to record interactions with a software application and then replay them at a later time. This can be useful for automating certain types of testing, as it allows testers to quickly and easily repeat a set of actions without having to manually perform them each time.

Now, let's go through each option and explain why it is right or wrong:

A. Performance testing: This option is incorrect. Capture and replay facilities can be very useful for performance testing, as they allow testers to simulate large numbers of user interactions and monitor how the application responds. This can help identify performance bottlenecks and other issues.

B. Recovery testing: This option is incorrect. Capture and replay facilities can also be useful for recovery testing, as they allow testers to simulate various error conditions and test how the application responds to them.

C. GUI testing: This option is incorrect. Capture and replay facilities can be very useful for GUI testing, as they allow testers to automate repetitive tasks such as clicking buttons or filling out forms.

D. User requirements: This option is correct. While capture and replay facilities can be used to test user requirements, they are not typically the best choice for this type of testing. User requirements testing typically involves validating that the software meets specific user needs or business requirements, which may require more complex testing methods.

Therefore, the correct answer is:

The Answer is: D. User requirements.