What is the purpouse of getvar(testname) function?

Showing Answers 1 - 3 of 3 Answers

rahmathk

  • Feb 6th, 2007
 

Hi,"getvar " function can be used to find the values of various test options. for example u can find the current working directory of a test by using the "curr_dir" test option.syntax as follows.current_Directory=getvar("curr_dir");

  Was this answer useful?  Yes

GP

  • Feb 20th, 2007
 

It is to get the current full path of the test "testname".

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions