Hi,

SilkTest a tool provided by Segue uses 4Test Scripting langauge.

It is an Object Oriented Language similar to C++, Java and comprises of Creating Classes and Objects. It also enables Inheritance where you can call methods declared in Parent Class as part of Child class.

SilkTest identifies controls of AUT as Objects and their associated properties and attributes.

A test script is stored as Test.t, suite of scripts is stored as Test.pln and Result files are with extension .res.

It also has inbuilt Recovery Scenarios to handle Unattended Execution as in QTP. You could find more info on the web.

Cheers..