what is the difference between Automation object model(AOM)
and test object model(TOM)
Answer Posted / nani
An object model is a structural representation of software
objects (classes) that comprise the implementation of a
system or application. An object model defines a set of
classes and interfaces, together with their properties,
methods and events, and their relationships.
for more information go to the QTP Help.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is Test Fusion Report in QTP?
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
Thanks....But can u tell me how i use the QTP for GIS with one Example...
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression
Is it possible to change the property value at runtime? How it is possible?
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
Did QTP prove efficient for your project? Yes or No, explain?
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
i'm testing the webpage with QTP, in this wabpage i have to choose the CV from the window, but QTP can't recognize the object, so i used the Low LEvel Recording, but every time i run the test, QTP go to halt when it gets to the Recorded part, any solution for that?( except puting delay in the script and manuall selecting, because i've did that)
Our company is having a windows client server application developed in vb.net. so there is a treeview and i am not in a position to record the click events in QTP. so kindly help. Vivek
Shall we add Local Repository to shared object repository,if yes,how we add
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
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.