Forum Discussion
gorevas
9 years agoNew Contributor
But based on this: there is not much hope...
protected void runWsdlLoadTest( WsdlLoadTest loadTest ){
....
// wait for test to finish
while( !runner.hasStopped() ){
if( runner.getStatus() == Status.RUNNING ){
log.info( "LoadTest [" + loadTest.getName() + "] progress: " + runner.getProgress() + ", "+ runner.getRunningThreadCount() );
}
Thread.sleep( 1000 );
}