Tag: testing

Questions Related to testing

Data flow testing is a control structure testing technique where the criteria used to design test cases is that they

  1. Rely on basis path testing

  2. Exercise the logical conditions in a program module

  3. Select test paths based on the locations and uses of variables

  4. Focus on testing the validity of loop constructs


Correct Option: C

Loop testing is a control structure testing technique where the criteria used to design test cases is that they

  1. Rely basis path testing

  2. Exercise the logical conditions in a program module

  3. Select test paths based on the locations and uses of variables

  4. Focus on testing the validity of loop constructs


Correct Option: D

AI Explanation

To answer this question, you need to understand the concept of loop testing. Loop testing is a control structure testing technique that focuses on testing the validity of loop constructs.

Let's go through each option to understand why it is correct or incorrect:

Option A) Rely basis path testing - This option is incorrect because loop testing is a separate testing technique and is not reliant on basis path testing.

Option B) Exercise the logical conditions in a program module - This option is incorrect because loop testing specifically focuses on testing the validity of loop constructs, rather than exercising logical conditions in a program module.

Option C) Select test paths based on the locations and uses of variables - This option is incorrect because loop testing does not specifically select test paths based on the locations and uses of variables. It primarily focuses on testing the validity of loop constructs.

Option D) Focus on testing the validity of loop constructs - This option is correct because loop testing is a control structure testing technique that specifically focuses on testing the validity of loop constructs.

The correct answer is D. This option is correct because loop testing is designed to specifically test the validity of loop constructs.

Testing which is simulated or actual operational testing by potential users/customers or an independent test team at the developers' site is called

  1. Alpha Testing

  2. Beta Testing

  3. White Box Testing

  4. Black Box Testing


Correct Option: A

Test Cases are designed by

  1. Testers

  2. Test Lead

  3. Test Manager

  4. Developer


Correct Option: A

Identify the softwate testing website from below


Correct Option: A

Testing is a means to

  1. Ensure the absence of defects

  2. Identify the presence of defects and fix them

  3. Identify a bad developer

  4. All of the above


Correct Option: B
  1. Cost Avoidance Report

  2. Test Approach/Strategy

  3. Test Plan

  4. Test Model


Correct Option: B

To deliver quality software, which of the following is must

  1. Software Quality Assurance

  2. Software Testing

  3. A good Tester

  4. All of the above


Correct Option: D

Testing, in which code is not executed is called

  1. Static Testing

  2. Dynamic Testing

  3. White Box Testing

  4. Reliability Testing


Correct Option: A