what is descriptive programming in QTP? How can be done?
Answer Posted / pavan
Descriptive Programming is the way of instructing QTP to
identify the objects without object repository.
It can be done as follows:
Example 1: Browser("title:= < title of the browser> ").Page
("title:= < title of the page> ").frame("name:= <name of
the frame>")....
Example 2: vbwindow("title: <title>").vbedit("attached
text:=username").set "name"
etc....
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
terminal services client
Hi Samrat, Thank u very much, what u said it is right.
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
What are advantages of test automation?
What is test object?
Tell some commonly used Excel VBA functions?
Hi Friends, Im planning to do certifcation in mercury Automation Tool QTP.But I Didnt get any clear details regarding course syllabus, fees, where to approach, and which certification would be useful for the experienced testers? can any one send me the details?
How to associate function library at a run time?
How can you send user defined messages to test report?
Have you done batch testing in qtp? If yes how you are doing?
Explain types of output values?
How to test the login page in different ways in automation testing and i need code?
What is Associate Repository in QTP 9.2 ?
What is system testing and what are the different types of tests you perform in system testing?
When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.