What is obsolute path and relative path in QTP..? How to
access them and what are the differences between them...??
Answer Posted / radhika
Absolute path means the existing path of your test.
Ex: c:\Data\inputfiles\testscripts\test1
Relative path means the path which you want to access from
the rootfile you need.
Ex: ..\..\..\iputfiles\testscripts\test1
Basically it sgood to prefer relative path as, if the
location of the root folder changes you do not get any
errors
You can make your path relative before only by going to
Tools->options->run->check the checkbox "Relative path ...."
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
I have many listboxes in my application. I have to check whether the contents inside the listboxes are in sorted order or not..can anyone please send the code as early as possible
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.
How can get count of list box?
How many tabs are available to view your test in a test pane and what are they?
what is the difference between rational rose and QTP? WHICH TOOL IS BETTER TO LEARN? PLEASE SEND ME AT sana_50218@yahoo.com sandeep@epuratech.com
Explain advantages and disadvantages kdf?
Discuss the QTP Environment?
How to import a test case present in ".xls" file to TD under a Test set?
Can anybody let me know how to test the Drag and drop feature of the column in a .net application...eg..i hav to test the drag and drog feature of a table(swftable) in a application..plze help!!
how to idetfy which test cases are automated?who will deside that plz tell me
How to handle Java tree in QTP?
Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance
How do you create new test sets in td?
How to check feasibility of the appliction?in automation testing?
How you can write contexts to text file in qtp?