what are the mandatory properties in qtp?
what are the library functions in qtp?
Answer Posted / prasad.devathi
the mandatory propeties are object class, object text and .
the library functions are math(),strings(),date() etc
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What is keyword view?
What is environment variable in qtp and why to use it?
Hai anyone please "Explain about Framework in QTP?"
i'm testing the webpage with QTP, in this wabpage i have to choose the CV from the window, but QTP can't recognize the object, so i used the Low LEvel Recording, but every time i run the test, QTP go to halt when it gets to the Recorded part, any solution for that?( except puting delay in the script and manuall selecting, because i've did that)
Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks
Can any suggest me what is exposure testing?
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
Explain actions in qtp ?
Is it possible to change the values of analog recording?
Hi, how can we check or avoid the memory leakage in QTP9.2?
How to create scenario selector
how to disable the pop ups through QTP using a script
How many tabs are available in debug viewer pane?
What are the types of object repositories? Which one is you are using?
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