Hi Mike,
First many thanks to a wonderful testing application.
Iam using the Junitpref to load testing.
loadTest = new LoadTest (testCase,noofUsers,noofIterations);
Initially I tested with 2 users and 2 iterations it is working fine
after that I changed to 30 users and 25 iterations each,
in the middle I interrupted the test case, after that I again started
the test case with 2 users and 2 iterations here it is going in
infinite loop .why iam facing such problem.
Please can you suggest me what is the wrong .
Thanks
Raju