what is TOM in qtp?
Answers were Sorted based on User's Feedback
Answer / chittibabu
TOM :-Test object model.
TOM helps the object repository to recognise the
objects.
TOM is also given expected objects and where as
ROM is given as the actual objects which gives at the
time of run time.So ROM =Run time object model.
Is This Answer Correct ? | 10 Yes | 0 No |
Answer / pochiram
TOM is nothing but TEST OBJECT MODEL.
It is an object model that QTP uses to represent an
object in our application.Each test object has one or more
methods and properties that we can use to perform
operations an retrieve values for that object.Each object
also has a number of identification properties that can
describe the object.
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / dsm
I think its a test object model,
If u think its wrong correct me
bye...
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / srinivas
test object model is a model which describes how objects r
recognized based on the class.this info is created by qtp
while at learning or recording .in this object
model ,objects r recognized with unique object description
Is This Answer Correct ? | 1 Yes | 0 No |
What is an expert view and keyword view?
I Scheduled a QTP Script on remote desktop. Script is going to failure,when remote desktop connection fails.I have to open my remote desktop untile the scripts exection completes. If I disconnect my remote desktop connection, script is going to fail.?
How the QTP recognize, handle n reports that a error has been handled by it(QTP) when we perform a recovery scenario in our application n in what manner it will display it in resulting window? Plz help me out.
How you perform smoke and sanity testing using qtp?
Hi, how can we check or avoid the memory leakage in QTP9.2?
How do you know the location Id of an object if you know its index id?
Can we test internet application using QTP?
How u call functions in QTP
I am using "QTP 9.0" in my system, need to install java add-ins to test the java based applications, please prvide information from where i can get those java add-ins for QTP 9.0
Few basic questions on commonly used Excel VBA functions.
give one example where you have used regular expression?
hi, i am trying to capture "web element" names in a web page, and i written the code like this,, with Browser("title:=") with .page("") .webelement("htmltag:=...").getroproperty("innertext") end with end with //////////////////////////////////////////////////////////////////////////////////// QTP RETURN ERROR like this: " object's description matches more than one of the objects currently displayed in your application. Add additional properties to the object description in order to uniquely identify the object" ok fine , i need to search another property other than "index" i use all the properties like class,text,innerhtml,innertext,visible=true,x , y,abs x ,abs y...but qtp returns error ..... in this webpage index is difficult to find? how to solve