maeIsPrerunScriptEnabled
maeIsPrerunScriptEnabled(t_sessionName t_testName) =>t/ nil
Description
Checks whether pre-run scripts are enabled for a test in the given maestro session.
Arguments
Value Returned
|
If pre-run script is not enabled in the test, if session is not found, or the specified test is invalid. |
||
Examples
Checks whether pre-run scripts are enabled for the test test1.
maeIsPrerunScriptEnabled("fnxSession0" "test1")
=> t
Return to top