is we can import the object repository from external
source. if it so then how?
Answers were Sorted based on User's Feedback
Open the .tsr file using object repository tool
window..plz mention which version of qtp u r using at the
time of asking question..so i will explain with
navigation...
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / suresh
Thank you. But my question is "Is it possible to load
Object Repository through script?"
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / anavuong
I want add object before action others function so I have
wrote that below:
RepositoriesCollection.Add "D:\Quick test
Professional\Exercise\Object_case1.tsr"
After then I have opened Object Repository windown but i
don't have see them.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mayank
This is fine, but when you give the relative path and open
the script, qtp converts in absolute path.
I want to add as follows-
RepositoriesCollection.Add "..\..\ObjRep\or.tsr"
QTP is showing as follows
Drive:\xyz\pqr\ObjRep\or.tsr
| Is This Answer Correct ? | 0 Yes | 1 No |
How to recognise the webelement and verifying that webelement is enabled?
I am in .Net development for past 3.5 years and want to enter in to automated testing and learn QTP. For this I need some good tutorial for beginners. I will be really greatful if any one has and they can send it to me on this address- ruchidureja@gmail.com
IF THE GUI OF APPLICATION IS CHANGED THEN IS THERE ANY NECISSITY TO CHANGE OR UPDATE OUR TEST SCRIPTS
How will you handle custom object in QTP?
how to compare two excell sheets by using vbscript??
How to enable the text check point in qtp? By default it is disables
1 Answers Sify, ssinformatics,
What is action split and the purpose of using this in qtp?
With what extension you can save the list of tests in a file to run in test batch runner?
what is the data driven testing?
Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.
How to find the path of folder in which the test is saved in qtp?
How to open any application during Scripting in QTP?