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
hi nani my doubt is how does qtp process metrix related to software process.
Have you done batch testing in qtp? If yes how you are doing?
write the vb script for call to new action in qtp?
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
What is the syntax for how to call one script from another?
What is quicktest professional (qtp window?
What is the difference between run time object and test object?
What are the different types of action?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
What is text check point and text area check point?
your coming from electrical backgroung..but y ur coming to software side?
What is the default object synchronization timeout in qtp?
How can I use Call dlls in QTP ?
How does QTP identify an object?
How does you test a weblink which is changing dynamically?