Hi all,
I am New to QTP . I am Now in critical situtaion. I want to
know How to create our own object respository for our
application. please say the answer with example.
Answers were Sorted based on User's Feedback
Answer / akshar jain
hi akila u can create object repo by going on adding
objects which you want to add from your application for eg
if u r adding an image add it & delete all the properties
not required & add only the file name of the image ..make
the index as none
| Is This Answer Correct ? | 1 Yes | 0 No |
You want to create Obj Repo on pre-developement stage or on
Existing application.
then i will answer you
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / akila
hi,
s want to create Obj respo in pre development stage.
Please help on this .
| Is This Answer Correct ? | 0 Yes | 1 No |
Have you used xml check point in your project? How?
Test Life cycle starts IS it Requirments stage or Test Initiation?
How do we edit the script in QTP. Anybody can explain in detail..Thanks in advacne...
How to perform action on objects, If two objects have the almost the same name ? example : Object 1 : "Entry of Items" Object 2 : "Items" Whenever I ask QTP to perform an action on Object 2 it performs action on Object 1. Note: The two objects are present in an Oracle Application tree.
What is action?
how to download mercury qtp9.2 ny internet ?
how qtp identifies objects of application.
What is the file extension of the code file in qtp?
what is key word driven frame work how to use keyword driven frame in QTP in a project
Can anybody give the script to addsheet, add column,add values under that column in the rows??
What is Active Screen in QTP?
How can i find out any "text's" coordinates in excel sheet For example: I want to know the coordinates of "F" Column in the excell sheet While recording when i clicked on F column it is showing the coordinate values 385,9 but with out recording how can i find out them Suppose i want to clik on "H" column writing the script like this Window("Book1").WinObject("Book1").Click (...........) Here I Dont know what (x y )values should i enter Please any one can help me?