Interface Summary |
CLIScript |
A request object which can be executed by
IScriptEngine.execute(request) method. |
HTTPScript |
A request object which can be executed by
IScriptEngine.execute(request) method. |
IGroup |
Group is created to represent action group executing a web or database
application IGroup is created using
IGroup addActionGroup(int protocol, String groupName); API of
ILoadTest |
IHttpGroup |
IHttpGroup is created to represent groups executing a web application, used
for recording tasks with HTTP/S protocols IHttpGroup action
group is created using
IGroup addActionGroup(int protocol, String groupName); API of
ILoadTest For creating Starting Group use
IHTTPGroup addStartingGroup(); API of ILoadTest
For creating Starting Group use
IHTTPGroup IHttpGroup addEndingGroup(); API of
ILoadTest |
ILoadTest |
A Load Test is created to represent Load Test project in AppPerfect Load Test. |
IScriptEngine |
An engine which is created as a global variable by the application to be used
in the script file that controls the execution of the test in the script
file. |
JDBCScript |
A request object which can be executed by
IScriptEngine.execute(request) method. |