How to get the run time object property without using GetROProperty
Answer Posted / suri
GetToProperty
| Is This Answer Correct ? | 0 Yes | 10 No |
Post New Answer View All Answers
In qtp, how you can use xpath to identify objects?
Explain the concept of object repository and how QTP recognizes objects?
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.
Can the user toggle between using Local OR and shared OR for the same action?
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
how to find that tools work well with ur existing system?
What is the difference between a Function and Action in QTP?
What is an optional step in qtp ?
what is run-time data?
hou can we use vb script in qtp could u tell me breafly
If I give some thousand tests to execute in two days what do you do?
why you have standardized functions? plzzz guys with real time exp. do answer
hi i am working with vbwindow on qtp.first i am openning qtp whenever open qtp my application not open that time generated error like "Runtime error 0" and fatal error:automation error how to solve this problem pls tell me
Explain the concept of object repository and how quicktest professional (qtp) recognises objects?
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me