Tag: testing

Questions Related to testing

  1. Run

  2. Invoke Application

  3. SytemUtil.Run

  4. Both 1 & 2

  5. Both 2 & 3


Correct Option: E

To retrieve the current property value of the objects in your application during the run session

  1. GetVisibleText

  2. SetROProperty

  3. GetROProperty

  4. GetTOProperty

  5. GetPropertyValue


Correct Option: C

We can use the recording mode for an object not recognized by QuickTest

  1. Low-Level Recording Mode

  2. Analog Mode

  3. Normal recording Mode

  4. All the above

  5. None of the above


Correct Option: A

what command is used to connect with Database?

  1. dbconnect(“connectivity name”)

  2. dbopen(“connectivity name”)

  3. Createobject(“connectivity name”)

  4. CreateConn("connectivity name")

  5. None of the above


Correct Option: C

How many types of Parameters are available in QTP?

  1. 3

  2. 4

  3. 2

  4. 5


Correct Option: A

what are steps in Recovery scenario?

  1. Pre Recovery Test-Run,Triggered Events, Recovery steps

  2. Triggered Events, Error handling step, Recovery steps

  3. Pre Recovery Test-Run, Recovery steps, Post Recovery Test-Run

  4. Triggered Events, Recovery steps, Post Recovery Test-Run


Correct Option: D

What Checkpoint type is used to check the values of properties of objects?

  1. Low-Level

  2. Standard

  3. Text Area

  4. Bitmap

  5. Text


Correct Option: B

When inserting an Ouput Value in your script, which DataTable Sheet can you choose to output to?

  1. Local Action Sheet

  2. Global or Local Action Sheet

  3. Global Action sheet

  4. None of the Above


Correct Option: B

Which of these can be parameterized?

  1. Checkpoints

  2. Test Objects in the Repository

  3. DataBase Checkpoints

  4. 1 & 2

  5. 1, 2 & 3


Correct Option: E

What does the Object Keyword imply? Browser("TCS Mail").Page("Inchnm05.tcs").Object That you will use descriptive programming to identify the object

  1. To reference an object using Microsoft Internet Explorer's DOM

  2. To retrieve all the objects from the web page

  3. To reference a Test Object\'s properties from the Object Repository

  4. To use an Object that does not exist in the Object Repository


Correct Option: A