How Qtp will identifies object during run time
Answer Posted / geena
In the run time QTP read the VB Script and compare line by
line with the OBJREPOSITORY and then compare with the
application. If ObjRepo's objects and appications objects
are same u get pass otherwise u get fail result.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How will you handle java tree in qtp?
How do you configure QTP AND Test director?
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
Did QTP prove efficient for your project? Yes or No, explain?
Suppose I have three hyperlinks with same properties. How to solve this and what are the ways to solve this. we can solve this by using index property but what are the other ways we have have to solve this problem. Login (href: btnlogin.aspx) Login (href: Sourcelogin.aspx) Login (href: homelogin.aspx)
Explain the concept of how quicktest professional (qtp) identifies object?
What are the features and benefits of quick test pro (qtp 8.0)?
Explain the check points in quicktest professional?
Please guide me release notes of Automation once scripts are completed
How to use output values in qtp ?
In qtp, how you can get the last character from a string?
What is expert view and keyword view?
I hav installed QTP8.2, im working on webapplication, while running the script giving error msg like "QTPro.exe generated errors and will be closed by windows. You will restart the program. An error log is being created". Pls anybody what is the problem, what i have to do for this? Thanks...
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 and so on. how we can handle this scenerio thru Descriptive programming?