Tag: testing

Questions Related to testing

  1. script procedures with full functionality

  2. modules, sections, and functions of the application.

  3. Scripting procedures for creating the framework.

  4. different modules from diferent applications


Correct Option: B
  1. True or false matrix

  2. 0 and 1 , switch on off modes

  3. Numerical analysis, like the Gaussian elimination.

  4. binary values


Correct Option: C

Markov chains are an efficient way to handle MBT and can be called Statistical Model Based Testing.They are understood best as

  1. State tansition diagrams

  2. Finite State Machines weighted by probabilities on transitions.

  3. entity relelation ship diagram

  4. data flow diagram


Correct Option: B
  1. Parameter

  2. Keyword

  3. Expert

  4. Parameterization


Correct Option: D
  1. Parameterization

  2. Input parameter

  3. Output parameter

  4. Both 2 & 3


Correct Option: C

What are different approach used in qtp?

  1. Keyword driven

  2. Data driven

  3. Hybrid

  4. All the above


Correct Option: D
  1. Gettext

  2. Getvisibletext

  3. GetROProperty

  4. All the above


Correct Option: D
  1. HP

  2. Mercury interactive

  3. Both 1 & 2

  4. Nome


Correct Option: A
  1. Specifications

  2. Test Cases

  3. Test Data

  4. Test Design


Correct Option: A
  1. Re Testing

  2. Confirmation Testing

  3. Regression Testing

  4. Negative Testing


Correct Option: C
Explanation:

To solve this question, the user needs to understand the concept of software testing and the different types of testing.

The given description refers to the process of testing a modified program to ensure that any changes made have not introduced new defects or uncovered defects that were not present before. This is known as regression testing.

Option A, Re Testing, refers to the process of testing a program again after defects have been fixed.

Option B, Confirmation Testing, is a type of testing that ensures that defects that were previously identified and fixed have not reoccurred.

Option C, as mentioned earlier, is the correct answer. Regression testing is performed after modifications to a software component to ensure that the changes have not introduced new defects.

Option D, Negative Testing, is a type of testing that checks the behavior of a program when it is given invalid inputs or unexpected user behavior.

Therefore, the correct answer is:

The Answer is: C, Regression Testing