05-10-2011, 10:04 PM
Hi,
You can use environment inbuilt variable to get the location of you test and use that.
Let me know if you need any more info.
You can use environment inbuilt variable to get the location of you test and use that.
Code:
'Paste this code in a saved test
msgbox Environment("TestDir") ' you can see the location of your test
Thanks,
SUpputuri
SUpputuri