| java.lang.Object java.lang.Thread org.jaffa.tools.loadtest.RunTestSet
RunTestSet | public class RunTestSet extends Thread (Code) | | author: MaheshD |
Method Summary | |
public void | run() Executes the TestSet based on the
parameteres set like no of Iterations, TestCase
If the selectionis random , it picks up a random number and calls the unti tests
or else it runs the unti tests sequentially. |
RunTestSet | public RunTestSet(TestSet ts, int threadCount, TestResultLogger resultLog)(Code) | | Creates a new instance of RunTest and performs Logon
Parameters: ts - TestSet object Parameters: count - Thread Number Parameters: resultLog - TestResultLogger object to write the result to the file |
run | public void run()(Code) | | Executes the TestSet based on the
parameteres set like no of Iterations, TestCase
If the selectionis random , it picks up a random number and calls the unti tests
or else it runs the unti tests sequentially.
|
|
|