| |
|
| java.lang.Object org.jaffa.tools.loadtest.LoadTester
LoadTester | public class LoadTester (Code) | | This utitity is used for executing load tests based on exsiting unit test cases
author: PaulE, MaheshD version: 1.0 |
Method Summary | |
public static void | main(String[] args) | public void | runTestSet(TestSet testSet) Initializes the RunTestSet and then calls the thread's start method. | public void | runTests() Main method to run all the tests based on the settings file. |
LoadTester | public LoadTester(String name)(Code) | | Creates a new instance of AppBuilder
Parameters: name - The name of the config file that describes how to build the application |
main | public static void main(String[] args)(Code) | | Command line entry point for the utility
Parameters: args - The command line arguments.Must supply the following ...[0] = Location of Load Testing XML Descriptor |
runTestSet | public void runTestSet(TestSet testSet)(Code) | | Initializes the RunTestSet and then calls the thread's start method.
It invokes the run method defined in RunTestSet
Parameters: testSet - TestSet object which contains all the parameters required to run the Load Test |
runTests | public void runTests()(Code) | | Main method to run all the tests based on the settings file.
|
|
|
|