Forum Discussion
TanyaYatskovska
Alumni
12 years agoHi Mark,
To accomplish your task, you need to do the following:
1. Add the Run Script Routine operation to the test, and specify your function there.
2. To get the results of the function call, use the Last Operation Result value. Details...
Thus, your test can look like this:
Run Script Routine Unit2 - ThisIsATest Runs a script routine.
Log Message LastResult, "", pmNormal, Empty, Empty, ... Posts an information message to the test log.
To accomplish your task, you need to do the following:
1. Add the Run Script Routine operation to the test, and specify your function there.
2. To get the results of the function call, use the Last Operation Result value. Details...
Thus, your test can look like this:
Run Script Routine Unit2 - ThisIsATest Runs a script routine.
Log Message LastResult, "", pmNormal, Empty, Empty, ... Posts an information message to the test log.