|
Description
How can you use function generator functions in a compiled module?
Solution
Using function generator functions in a script should be done inside of a function. You can add a line at the bottom of the script outside of the function that will invoke the functions. Make this script a compiled module, then reload it from tslinit, so it will be loaded everytime winrunner is invoked. Attached is an example of how we have used this script. Because there are serveral AUT which have large numbers of functions to add, we have divided our functions by AUTs. |
|