What is obsolute path and relative path in QTP..? How to
access them and what are the differences between them...??
Answer Posted / nath t
Absolute path means we have to mention full path in script.
Example: executefile "E:\project name\libraries\main.vbs"
Relative path menas no need to give full path just mention
file name
Example: executefile "main.vbs"
But here if you want to convert this Absolute file path as
relative path. you should do following steps
Tools menu-->options-->folders tab
here you have to add this path example "E:\project
name\libraries"
then you can use direct filename as above mentioned in the
relative path example instead of absolute path example.
| Is This Answer Correct ? | 11 Yes | 5 No |
Post New Answer View All Answers
when to start the automation?
How to use actions in qtp ?
What is a Patch in QTP?
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
Give me some real time point of way where exactly we can conduct audits?
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.
"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...
what the difference between shared repository and per action repository?
How to get Traceability matrix from TD?
What are the views available in quicktest professional (qtp)?
What are the disadvantages of recording test cases in qtp?
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
How many types of recording modes are there?
how could i download qtp in which i get add-in support for 'oracle' is there any way to get it? i finding but not getting pls help me out :)
Hi Friends, Can anyone help me out in this one? In QTP, I am using Data Driver and want to parameterise multiple values (say 3 values ) for a field. How can I do it using Data Driver wizard? Plz mention it step-by-step. In the end after doing the needful, on opening the Data Driver window, how can I get number (i.e. 3) in the Parameterised column for that particualr value? Thanks a lot in advance.