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.
Questions
What does a live analysis graph illustrate in a visual overview?
- all the tests in the Test Plan
- all the cycles or releases the test is linked to
- all the requirements linked to the specified test
- all the tests in a specified folder in the Test Plan
What does a live analysis graph illustrate in a visual overview?
- all the tests in the Test Plan
- all the cycles or releases the test is linked to
- all the requirements linked to the specified test
- all the tests in a specified folder in the Test Plan
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?
- Rejected
- Fixed
- Deferred
- Closed
Condition coverage checks each of the ways that the condition can be made true or false.
- 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
- True
- False
The prime benefit of testing is that it results in improved defects. True or False
- True
- False
Verification is checking whether are we building the right product? True or False
- True
- False
Condition coverage checks each of the ways that the condition can be made true or false. True or False
- 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
- 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
- True
- False
In QTP which method is used to retrieve data from HTML TABLE?
- GetCellData (Row,Col);
- GetRowValue (Rowid,Colname);
- GetData (Row,Col);
- GetCellValue (Row,Col);
In QTP, what command is used to insert the transactions in test?
- Services.StartTransaction "Name", Services.EndTransaction "Name";
- StartTransaction.Services “Name”,EndTransaction. Services "Name";
- StartTransaction ("Name"), EndTransaction ("Name");
- Services.StartTransaction "Name", EndTransaction. Services "Name";
The file extension of Shared object repository file and Local object repository file are
- .TSR and .QRS
- .QRS and .MTR
- .TSR and .MTR
- .MTR and .QFL
To refer the global data sheet, we can use the statement/statements
- dtglobalsheet
- dtglobalsheet and Global
- dtGlobal and dtglobalsheet
- dtGlobal AND Global
Where the Checkpoint information will be stored in QTP
- Shared repository & Function Library
- Shared Repository
- Local Repository
- Function library
In QTP, which Checkpoint is being used for verifying the web page with W3C standard?
- Bitmap checkpoint
- Standard checkpoint
- Accessibility checkpoint
- XML checkpoint
What Property - Indicates whether QuickTest beeps after performing each Sync function during a run session?
- BeepSync
- BeepOnSync
- SoundOnSync
- SoundSync
What Specifies the time interval (in seconds) during which QuickTest attempts to perform the checkpoint successfully.
- Text Checkpoint timeout
- Check Method timeout
- Standard Checkpoint timeout
- Checkpoint timeout
Which of the following statement will be executed without any error?
- Browser("Ultimatix GetConnected").Page("Ultimatix GetConnected").WebEdit("employeeNumber").Set "000000"
- Browser("title:=Ultimatix - Get Connected !").Page("title:=Ultimatix - Get Connected !").WebEdit("name:=employeeNumber").Set "000000"
- Browser("title:=Ultimatix - Get Connected !"). Page("title:=Ultimatix - Get Connected !"). WebEdit("employeeNumber").Set "000000"
- Browser("Ultimatix GetConnected").Page("Ultimatix GetConnected"). WebEdit("name:=employeeNumber").Set "000000"
The file extension of Shared object repository file and Local object repository file are
- (.TSR and .QRS)
- (.QRS and .MTR)
- (.TSR and .MTR)
- (.MTR and .QFL)