The default recovery system specifies what SilkTest does to restore your application’s BaseState. It also specifies what SilkTest does whenever:
· A script file is first accessed
· A script file is exited
· A testcase is about to begin
· A testcase is about to exit
defaults.inc
The defaults.inc file is provided by SilkTest and implements the recovery system for a single application test. That is, it contains the DefaultBaseState function that performs any cleanup needed after an operation under test fails and returns the application to its base state.