Answer Posted / ravichadnranath
using Getroproperty("text") we will find out the what ever
object properties u want other wise by using object spy
also we will get object properties
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is parameter in qtp?
Both static and dynamic arrays are handled by the vb script. Is it true?
What are the different recording modes and how do they work?
What is difference between shared and local object repository?
In qtp, explain what is crypt object
How to find array size in qtp?
Which features or drawbacks of QTP lead to the upgrade for a newer version?
what is meant by Implicit and explicit requirements?
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
when I was doing the web testing with QTP using with standard checkpoint the Object selection -checkpoint properties dialog box not displaying pages and links hierarchical order. Could you please tell me. thanks
Tell me about qtp?
images are dynamically changes how to compare two images with out using the bitmap
How to find the name of the machine where you are running your automation scripts in qtp?
what function you write to do database testing with the help of qtp?
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api