Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
5 user(s) are online (5 user(s) are browsing encyclopedia)

Members: 0
Guests: 5

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

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; }