WHat is Object Identification and Object Spy?
Answers were Sorted based on User's Feedback
Answer / lakshminarayana
Object identification:
It is used to identify the objects in the application using
following properties.
1.Madatory properties
2.assistive properties
3.Ordinal identifier
4.Smart identification
Object Spy:
It contains all the properties and methods of the ojects in
the application.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / prashanth
Object Identification: Sometimes the recorded properties of
an object are not sufficient to identify the objects during
run time, in such case we add some more properties to the
list if recorded properties with respect to its class name
of the object
Object Spy: It is usd to view the methods & properties of
an object
| Is This Answer Correct ? | 1 Yes | 4 No |
How to write business scripts using object repository with different scenarios
how to click on object? (with out knowing the object details) for ex: in a webpage one link is available.i want to click that link by using one menthod through qtp?
Why is action split used by qtp?
Can we use same virtual objects in many number of tests?
How exactly you start scripting in QTP? In the interview he was not satisfied with my answer.Please post what is correct answer.
how can we call an external library file in QTP apart from using the Executefile statement..?? is there any other way we can call the external library file in QTP..??
2 Answers DST Global Solutions,
Hi, this is venkatesh. Q: I have 10 files in a folder(say D:\). Out of which there are some .txt, .xls, .doc. I want to know how to get the count of each file using qtp? If U have any ans, plz write script for that...
1)Difference Between Value & RawValue?
What is the parameterization?
Hello, I am facing problem to check textpoint for mercury application . I have inserted checkpoint to check flight summary for place of departure and arrival with datatable and script look like "Browser("Find a Flight: Mercury").Page("Book a Flight: Mercury").Check CheckPoint("Book a Flight: Mercury_4")" but while I am executing this script at last my check point gets fail and display Text Checkpoint: captured "" between Summary and 4/31/2008FLIGHT , expected "Acapulco" Match case: ON Exact match: OFF Ignore spaces: ON I think value from data table is not fatched so please guide me what I have to do to overcome this problem.. Thanks
Presently i am working on QTP 8.2 Version,i want to know features in 9.2 version, because i have not sufficient time to put the effort on the 9.2 version
in a database table there are 3 columns (name , marks,grade) , in application after retrieving data from db to fields name, marks click ok button then grade should displayed ---for this how to write vb script prgm