Test Script Language |
Test Script Language (TSL) is an enhanced, C programming language programming language designed for testing. At the heart of Mercury Interactive s integrated testing environment, TSL is high-level and easy to use. It combines the power and flexibility of conventional programming languages with functions specifically developed for use with Mercury Interactive s products. This enables you to modify recorded material or to program sophisticated test suites.
For example the syntax of Switch in TSL is:
switch (a) { case xyz : b = a & tw ; break; case uv : pause ( hello ); x = a; break; default: x = a; }|
|