can objects recogonised without repository?
Answer Posted / bharat
Maha Lakshmi, you are wrong we can recognise objects using
descriptive programming as suggested by naresh and megha or
the other way round is we can specify the properties in the
statements itself like
Browser("name:=Google").Page("title:=GoogleHome").Link
("name:=Search").Click
You can see about Descrition.Create() in QTP help.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to call a test from another test?
Plz Explain AUTOMATION REFERENCE MODEL?
With what extension you can save the list of tests in a file to run in test batch runner?
How to write business scripts using object repository with different scenarios
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?
Hi, I am supposed to automate mainframe application through qtp. I do not know how to start abt it. Can you plz help me in first initializing the process or do you anybody have a guide book or a link which guides me through the process of automating the mainframe applications and things involved in it.
What are the features supported by UFT?
How to handle Java tree in QTP?
Diff b/w Health care domain and Banking Domain?
What is QTP and the use of QTP in TD?
what is stepin & stepout?
What is the differences between image check point and bit map check point?
Explain building blocks of the bpt framework ?
which type of testing process are you following in ur company? how to recognize a qtp page?
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?