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
What are the automation metrice in your project?
What is the use of text output value in quicktest professional?
How can I use Call dlls in QTP ?
Can U Explain about QTP tool from older version to latest version also its differences?
What is the use of Debug Viewer?
Write a QTP script to enter a keyword in to Google search engine?
How can you exit from an action?
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
Explain the terms test and business component?
What are the types of environment variables in qtp?
how to write xml output check point bu useing descriptive programing .means without useing output check point
Define Error Pane of UFT?
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work
How Can I find the least value in a bunch of variables using qtp.. E.g.:- A = 210, B = 212, C = 60, D = 111 I don’t want to write bunch of lines for this…. Is there a way to get the result in one line…..