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
after initiating one project for testing, when exacltly QTP tester role starts?
How do you create regression test packs?
How will you test a stapler?
WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT
Can you brief the hurdles you faced during Automation testing?
How QTP support all types of applications (platforms)?
How do Parameterization and Data-Driving relate to each other in QTP?
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
How you can replace string in qtp?
How to use actions in qtp ?
How to explain a banking project in interview as a test engineer???
how will load the object during runtime?
how will you load the test cases in ddt?
How many add-ins comes by default with quicktest professional (qtp)?
I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=", Second button "html id:=btnSave "outerhtml:=", Third button "html id:=", outerhtml:=",