Tag: testing

Questions Related to testing

  1. Installation testing

  2. Integration testing

  3. Configuration testing

  4. Regression testing

  5. Stress testing


Correct Option: E

Evaluation of programs based on the functional requirements is called.

  1. Functional testing

  2. Requirements Testing

  3. Regression Testing

  4. User Testing


Correct Option: A

Looking at values of inputs at the high and low end of their number line is what type of black box testing

  1. Equivalence Partitioning

  2. Boundary Value Analysis

  3. Error Guessing

  4. State Transition Testing


Correct Option: B

I need to perform ad-hoc testing on the application. Which method of testing I shall use:

  1. Manual Testing

  2. Automation Testing

  3. Functional Testing

  4. Performance testing


Correct Option: A

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


Correct Option: B

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.

A Non-Functional Software testing done to check if the user interface is easy to use and understand

  1. Usability Testing

  2. Security Testing

  3. Black Box Testing

  4. All of the above


Correct Option: A

White box testing is not called as______

  1. Glass box testing

  2. Closed box testing

  3. Open box testing

  4. Clear box testing


Correct Option: B

Boundary value analysis belongs to which testing method?

  1. Black Box Testing

  2. White Box Testing

  3. Both A & B

  4. None of the above


Correct Option: A

Consider the following techniques. Which are static and which are dynamic techniques? i. Equivalence Partitioning. ii. Use Case Testing. iii. Data Flow Analysis. iv. Exploratory Testing. v. Decision Testing. vi Inspections.

  1. i-iv are static, v-vi are dynamic

  2. iii and vi are static, i, ii, iv and v are dynamic.

  3. ii, iii and vi are static, i, iv and v are dynamic.

  4. vi is static, i-v are dynamic


Correct Option: B