i have a sahi script that would like to call an already existing sahi script first so i don't duplicate code. the answer was pretty simple:
#######UseCaseTest_2.sah######
_include("../run_this_script_first.sah"); // UseCaseTest 1
...
// then run this code:
...
#############
thanks to this thread:
http://sahi.co.in/forums/discussion/1046/writing-test-scripts-calling-other-scripts-with-passing-arguments-/p1
No comments:
Post a Comment