Saturday, January 31, 2009

Creating User Defined Functions

To providing built-in functions,Test Script Language (TSL) allows you to design and implement your own functions.You can:

A) Create user-defined functions in a test-script.You define the function once,and then you call it from anywhere in the test (including called tests)

B) Create user-defined functions in a compiled module. Once you load the module, you can call the functions from any test.