org.jaffa.tools.loadtest
Class LoadTester

java.lang.Object
  extended byorg.jaffa.tools.loadtest.LoadTester

public class LoadTester
extends Object

This utitity is used for executing load tests based on exsiting unit test cases

Version:
1.0
Author:
PaulE, MaheshD

Constructor Summary
LoadTester(String name)
          Creates a new instance of AppBuilder
 
Method Summary
static void main(String[] args)
          Command line entry point for the utility
 void runTests()
          Main method to run all the tests based on the settings file.
 void runTestSet(TestSet testSet)
          Initializes the RunTestSet and then calls the thread's start method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadTester

public LoadTester(String name)
Creates a new instance of AppBuilder

Parameters:
name - The name of the config file that describes how to build the application
Method Detail

runTests

public void runTests()
Main method to run all the tests based on the settings file.


runTestSet

public void runTestSet(TestSet testSet)
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

main

public static void main(String[] args)
Command line entry point for the utility

Parameters:
args - The command line arguments. Must supply the following ... [0] = Location of Load Testing XML Descriptor


Copyright © 2002-2004 JAFFA Project.