Where should i find checkpoint and virtual objects's
Object properties and values in the QTP 9.2
Means where checkpoints or virtual objects related data
will store
If i want to get the runtime object properties how can i
use Getroproperties on Checkpoints
No Answer is Posted For this Question
Be the First to Post Answer
How to use the object spy in quicktest professional 8.0 version?
What is descriptive programming?
what is framework and types of framework? Need of framework in automation? write folder strucuture of framework.
Discuss quicktest professional (qtp) environment?
write a test script in QTP to test the text that written in an image(i.e jpg)of a web page???
Hi, I Need code to click the webbutton inside of webtable. I need to click a particular 'Edit' webbutton inside of webtable. For Example... Having 5 Rows and 10 Columns. 'Edit' webbutton are placed in 10th Column. I need to click the 3rd row 'Edit' button with unique value. Browser("....").Page("...").Frame("...").WebButton("btn_Edit ") I Tried with below code: Set objButton = Browser("...").Page("...").Frame("...").WebTable("...").Chil dItem(3,10, Webbutton,0).Click - Not working this code :( Anyone can help me to sort out this simple issue ???
what r advance features u had done in QTP?
what the difference between shared repository and per action repository?
what is objectidentification?
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
How to Upgrade or support firefox 2.0 version on QTP 9.0? I have installed QTP 9.0 and installed firefox 2.0. But in REcord and Run Settings, it shows firefox 1.5 in Web tab for browser selection.
How do you return a value from a function