Interface IZBotScriptLauncher

All Known Implementing Classes:
AbstractZBotScriptLauncher

public interface IZBotScriptLauncher
This interface is the parent class for all the ZBot interceptors. It contains methods that are executed in a particular sequence by ScriptProcessor.run() as explained below. These methods allow complete control over testcase execution flow and can optionally be overridden in custom interceptor.
See Also: