what are the settings to be done to make the recovery
scenario created for one test to be used bye all the other
tests. please tell me recovery scenario process in detail.
Answer / ash
1. Save your recobery scenario somewhere in your local
drive.
2. Add the scenario to your test by going to File -->
Setting --> recovery.
3. Click on the " + " button to add recoveru scenario to
your current test.
| Is This Answer Correct ? | 1 Yes | 0 No |
How to retrive XML file data in QTP ? using Script(Chandana)
Explain how you can find the absolute value of the number in qtp?
there is 3 flash player buttons does QTP identify them or not else we have to do install anything related that software if we have to install what is that software and how we install it into QTP8.2 GIVE ME EXCAT ANSWER IF U KNOW.
How to send the qtp results file by email (Lotus notes).
I am facing an issue of object identification with the dropdown element of DHTML grid. When I tried to recognize these different dropdown objects, QTP identifies only one object for all the dropdowns. Hence, selection of different data from different dropdowns list is an issue. To overcome this problem, i have used Descriptive Programming technique by creating different object descriptions which have all the other properties same but differ only in one property i.e. ‘X’ location of the element on the screen. Hence, i have created distinct object descriptions that would allow us to select values in different dropdowns. The code is given below. But still I am unable to identify distinct dropdown objects. ‘Object Description for Dropdown Cell Status Set objCellStatus = Description.Create objCellStatus("micclass").value = "WebList" objCellStatus("name").value = "select" objCellStatus("x").value = 219 ------ ‘X’ Axis value for cell status drop down ‘Object Description for Dropdown Sub Segment Set objSubSegment = Description.Create objSubSegment("micclass").value = "WebList" objSubSegment("name").value = "select" objSubSegment("x").value = "319" ------ ‘X’ Axis value for sub segment drop down Please help... This is specific to DTML grid(Drop down object)
I have a tool bar where 5 different buttons are placed, but these buttons are not traceable hence i have created a virtual object on save button of this toolbar. Now pls tell me how to use this virtual object while write script.
Plz send one Tracebilitymatrix example? Anybody working on Realtime QTP Plz give contact deatils?
can anyone explain about the Descriptive programming in detail. I mean how to use in the script.
some times we write user define functions.where we write main and sub program,how,where to insert the functions in qtp?
1.How to record ,capture and also script to capture the close buttons. 2.How to record ,capture and also script to capture the options ---File ->save and File ->close in a browser and PDF files. 3.How to compare the Excel sheet values in a report using QTP scripting. 4.How to compare 2 PDf reports using QTP scripts as well reording. 5.How to compare 2 Excel reports using QTP scripts as well reording. 6.How to save a PDF report to a folder and then translate the report to an Excel type of report and compare that Excel Report with an other excel report. Please clarify me
What is object spy in quicktest professional?
can u store QTp frame work folders in VSS? If Not where u store those?