What do you do if QTP doesn't recognize object ,what action
should be taken
Answer Posted / nakash2050
An application may contain objects that behave like standard objects but are not recognized by QuickTest. One can define these objects as virtual objects and map them to standard classes, such as a button or a check box. QuickTest emulates the user's action on the virtual object during the run session. In the test results, the virtual object is displayed as though it is a standard class object.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
How can I check if a environment variable exist or not?
Which environments does qtp support?
What is ‘object spy’ and what is the function of object spy in qtp?
I am getting an error "failed to open the XML checkpoint result viewer" in result window,after clicking on "View XML checkpoint results".Someone suggest me settings,if any...
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api
Can we run test with out adding object in object repository? How it is possible?
What are the challenges you faced during you entire life automation ?
What is object spy in quicktest professional?
how to post xml data from QTP scripts to any application?
How many types of trigger events are there in qtp?
What are the features and benefits of quick test pro (qtp 8.0)?
How can we conduct U-I Testing by using QTP??????
How many types of run modes are there in qtp?
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks