public GroovyScriptStepFactory() {
super(GROOVY_TYPE, "Groovy Script", "Executes the specified groovy script", "/groovy_script.gif");
}
public WsdlTestStep buildTestStep(WsdlTestCase testCase, TestStepConfig config, boolean forLoadTest) {
return new WsdlGroovyScriptTestStep(testCase, config, forLoadTest);
}