Multiple choice technology testing

Executing the same test case by giving the number of inputs on same build called as

  1. Regression Testing

  2. Re Testing

  3. Ad-Hoc testing

  4. Sanity Testing

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The question describes executing the same test case with different input values, which is commonly used to verify functionality across various scenarios. Re-testing refers to running tests again after fixes, while regression testing checks that changes haven't broken existing functionality.

AI explanation

To answer this question, you need to understand the different types of testing.

Option A) Regression Testing - This option is incorrect because regression testing refers to re-testing a previously tested program or system after making modifications to ensure that the changes have not introduced new defects.

Option B) Re Testing - This option is correct because re-testing involves executing the same test case after fixing defects identified during initial testing to ensure that the defects have been resolved.

Option C) Ad-Hoc Testing - This option is incorrect because ad-hoc testing refers to a testing approach where the tester randomly tests the application without any specific test cases or plans.

Option D) Sanity Testing - This option is incorrect because sanity testing is a subset of regression testing and is performed to verify that the major functionality of the application is working as expected after making minor changes.

The correct answer is B) Re Testing. This option is correct because re-testing involves executing the same test case after fixing defects identified during initial testing to ensure that the defects have been resolved.