System.out.println("Test " + testConfiguration.getTestName() + " completed successfully");
}
public String invokeTest( String input ) throws Exception {
TestInvocation service = (TestInvocation) getService( testConfiguration.getServiceInterface(),
testConfiguration.getTestServiceName() );
return service.invokeTest( input );
} // end method invokeTest