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
what is meant by Implicit and explicit requirements?
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
What is the extension of the qtp local repository?
what is object and child object.. explain ..if possible give some example for better understanding ..
Hi all, I am using windows vista, I am in the process of learning QTP. When ever I try to work with insert mode in flight application , i am getting the error of 'Operation must use an update table query, fractional truncation(null) error. Can anyone help me regarding this?
How many add-ins comes by default with quicktest professional (qtp)?
How to use parameterization in qtp?
Hi friends did any budy attend accenture system test for qtp? if any budy pls drop questions.not only accenture any other mnc company which you attended system test(QTP)?it may helpful to others also
What is Distributed testing? How does UFT support it?
What is the use of running the scripts in Hidden-mode in UFT?
How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))
in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded
What is the meaning Work bench?
Explain the types of properties that quick test learns while recording?
I would like to directly import XL file and work on that XL file directly in QTp script in that XL sheet need to allocate workbench,XL sheet and generate two bar graphs automatically how to do that? plz let me know any answers?