QTP/QuickTest Professional Testing

Test your knowledge of QTP/QuickTest Professional automation testing including object repositories, checkpoints, data handling, transactions, and core software testing concepts.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What does a live analysis graph illustrate in a visual overview?

  1. all the tests in the Test Plan
  2. all the cycles or releases the test is linked to
  3. all the requirements linked to the specified test
  4. all the tests in a specified folder in the Test Plan
Question 2 Multiple Choice (Single Answer)

What does a live analysis graph illustrate in a visual overview?

  1. all the tests in the Test Plan
  2. all the cycles or releases the test is linked to
  3. all the requirements linked to the specified test
  4. all the tests in a specified folder in the Test Plan
Question 3 Multiple Choice (Single Answer)

When a defect is raise and there is no sufficient code to fix the defect (gap in requirements), what will be the state of the defect?

  1. Rejected
  2. Fixed
  3. Deferred
  4. Closed
Question 4 True/False

Condition coverage checks each of the ways that the condition can be made true or false.

  1. True
  2. False
Question 5 True/False

A structured approach to the error guessing technique is to enumerate a list of possible errors and to design tests that attack these errors. True or False

  1. True
  2. False
Question 6 True/False

The prime benefit of testing is that it results in improved defects. True or False

  1. True
  2. False
Question 7 True/False

Verification is checking whether are we building the right product? True or False

  1. True
  2. False
Question 8 True/False

Condition coverage checks each of the ways that the condition can be made true or false. True or False

  1. True
  2. False
Question 9 True/False

As a result of a change in the system under test, a new revision of the system, Sn+1, contains a defect not present in revision Sn, the quality of the system has progressed: True or False

  1. True
  2. False
Question 10 True/False

As a result of a change in the system under test, a new revision of the system, Sn+1, contains a defect not present in revision Sn, the quality of the system has progressed: True or False

  1. True
  2. False
Question 11 Multiple Choice (Single Answer)

In QTP which method is used to retrieve data from HTML TABLE?

  1. GetCellData (Row,Col);
  2. GetRowValue (Rowid,Colname);
  3. GetData (Row,Col);
  4. GetCellValue (Row,Col);
Question 12 Multiple Choice (Single Answer)

In QTP, what command is used to insert the transactions in test?

  1. Services.StartTransaction "Name", Services.EndTransaction "Name";
  2. StartTransaction.Services “Name”,EndTransaction. Services "Name";
  3. StartTransaction ("Name"), EndTransaction ("Name");
  4. Services.StartTransaction "Name", EndTransaction. Services "Name";
Question 13 Multiple Choice (Single Answer)

The file extension of Shared object repository file and Local object repository file are

  1. .TSR and .QRS
  2. .QRS and .MTR
  3. .TSR and .MTR
  4. .MTR and .QFL
Question 14 Multiple Choice (Single Answer)

To refer the global data sheet, we can use the statement/statements

  1. dtglobalsheet
  2. dtglobalsheet and Global
  3. dtGlobal and dtglobalsheet
  4. dtGlobal AND Global
Question 15 Multiple Choice (Single Answer)

Where the Checkpoint information will be stored in QTP

  1. Shared repository & Function Library
  2. Shared Repository
  3. Local Repository
  4. Function library
Question 16 Multiple Choice (Single Answer)

In QTP, which Checkpoint is being used for verifying the web page with W3C standard?

  1. Bitmap checkpoint
  2. Standard checkpoint
  3. Accessibility checkpoint
  4. XML checkpoint
Question 17 Multiple Choice (Single Answer)

What Property - Indicates whether QuickTest beeps after performing each Sync function during a run session?

  1. BeepSync
  2. BeepOnSync
  3. SoundOnSync
  4. SoundSync
Question 18 Multiple Choice (Single Answer)

What Specifies the time interval (in seconds) during which QuickTest attempts to perform the checkpoint successfully.

  1. Text Checkpoint timeout
  2. Check Method timeout
  3. Standard Checkpoint timeout
  4. Checkpoint timeout
Question 19 Multiple Choice (Single Answer)

Which of the following statement will be executed without any error?

  1. Browser("Ultimatix GetConnected").Page("Ultimatix GetConnected").WebEdit("employeeNumber").Set "000000"
  2. Browser("title:=Ultimatix - Get Connected !").Page("title:=Ultimatix - Get Connected !").WebEdit("name:=employeeNumber").Set "000000"
  3. Browser("title:=Ultimatix - Get Connected !"). Page("title:=Ultimatix - Get Connected !"). WebEdit("employeeNumber").Set "000000"
  4. Browser("Ultimatix GetConnected").Page("Ultimatix GetConnected"). WebEdit("name:=employeeNumber").Set "000000"
Question 20 Multiple Choice (Single Answer)

The file extension of Shared object repository file and Local object repository file are

  1. (.TSR and .QRS)
  2. (.QRS and .MTR)
  3. (.TSR and .MTR)
  4. (.MTR and .QFL)