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
What is output value? How many types of output values are there in qtp?
Can anyone pls tell me in realtime (descriptive programming) how will the properties of the object be given to the test team. R they given in an excel sheet and is the same sheet also given to the development team and by whom is this given? Thanks a lot.
In an interview, what r the general questions asked in QTP? pls give me anwser to this question?
How did you resolve conflicts present in Object Repository?
What is object repository in qtp?
What is the synchronization point in qtp?
Without using gui map editor we can recognize the application in winrunner ?
How can you identify the browser and its information using the qtp script?
Generic function to search for the unique link in webtable and click on it
hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me
When QTP object wait time is 10 seconds, and in test script wait time is 5 seconds and in function library wait time is 2 seconds how much time does the wait occur? or which is given priority.
How to recognise the webelement and verifying that webelement is enabled?
WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
How do you create new test sets in td?