If the QTP tests saved on one drive i.e X drive (giving the absolute path), can those tests be run on y drive? Or need to be saved as a relative path to run on other drives
That depends on the script which you have prepared. If you want to change the test script path and want to execute from it you need to take some precautions before starting the execution. If your script has dependencies i.e the script associates with any library files reusable actions or other files you need to make sure the files associated with this script is correct so that while execution you would not get any issues. Otherwise your script cannot be executed successfully.
make sure the path of the associated files with the test script is correct so that while execution you would not get any issues. Otherwise your script cannot be executed successfully.
First if u save the script in 'E:Kasa' drive and click 'Run' button then 'Run' Pop-up window will be displayed In 'Results Location' tab under 'New run results folder' radio button Give the name as 'D:Kasa' then click 'OK' button automatically your results will be stored in 'D:kasa' folder. I checked this in Practical. It's Working.