0

testing Online Quiz - 65

Description: testing Online Quiz - 65
Number of Questions: 20
Created by:
Tags: testing
Attempted 0/20 Correct 0 Score 0

How to get the integer value from a string ?

  1. print([int] 100 )

  2. print (Val("100"))

  3. iTemp = INTEGER(100)

  4. INTEGER iTemp = Val ("100")


Correct Option: D

Which language is used in QTP

  1. 4GL

  2. 4 Test Script

  3. VB

  4. VBScript


Correct Option: D

How many recording modes are available in QTP

  1. 3

  2. 2

  3. 1

  4. 4


Correct Option: A

Which one is used to run multiple test in QTP

  1. Group test

  2. Batch run

  3. Batch Test

  4. Common test


Correct Option: C

Using which exception is handled in QTP

  1. Recovery scenerio

  2. Recovery types

  3. Exception handler

  4. onexit


Correct Option: A

Which method is used for synchronization

  1. wait

  2. waitproperty

  3. sleep

  4. getproperty


Correct Option: B

Code driven test automation is a key feature of ----

  1. Agile software development

  2. dynamic software development

  3. RAD

  4. PAD


Correct Option: A

creation of interacting test scripts together with their related data results in a framework used for the methodology

  1. code-driven testing

  2. Event - driven Testing

  3. Data-driven testing

  4. Key - driven Testing


Correct Option: C

The test script modularity framework requires the creation of small, independent scripts that represents

  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

Which is used for executing the test with multiple set of data

  1. Parameter

  2. Keyword

  3. Expert

  4. Parameterization


Correct Option: D

The output of one screen is captured as input for the next screen using?

  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

Which method is used to retrieve the value from text box

  1. Gettext

  2. Getvisibletext

  3. GetROProperty

  4. All the above


Correct Option: D

QTP is the product of

  1. HP

  2. Mercury interactive

  3. Both 1 & 2

  4. Nome


Correct Option: A

1) Test Conditions are derived from :-

  1. Specifications

  2. Test Cases

  3. Test Data

  4. Test Design


Correct Option: A

(2) Repeated Testing of an already tested program, after modification, to discover any defects introduced or uncovered as a result of the changes in the software being tested or in another related or unrelated software component:

  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

(3) We use the output of the requirement analysis, the requirement specification as the input for writing :-

  1. User Acceptance Test Cases

  2. Integration Level Test Cases

  3. Unit Level Test Cases

  4. Program specifications


Correct Option: A
- Hide questions