can objects recogonised without repository?
Answer Posted / jagan paruchuri
ya without object repository the object can identified by creating the desription for that object
ie, for example we have one edit box
dim oedt
set oedit=description.create()
oedit("any property").value="WinEdit"(for windows application) or "WebEdit"(for webapplications)
Browser("").page("").WinEdit("").set"XXXXXXXXXX"
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to use the object spy in quicktest professional 8.0 version?
What is difference in global and action sheet in qtp?
What are the differences between quicktest professional (qtp) and winrunner?
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet
Which scripting language used by quicktest professional?
What is Associate Repository in QTP 9.2 ?
I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=", Second button "html id:=btnSave "outerhtml:=", Third button "html id:=", outerhtml:=",
What is the script for database check point, bitmapchek point, regular expression ?
What is the Difference between copy to action and call to action?
What are the different attribute used with regular expression?
In Remote acess server how u run a test?
What are the benefits of quick test pro(qtp)?
What is the basic concept of quicktest professional (qtp)?
Explain measuring transaction.
Explain the concept of object repository and how QTP recognizes objects?