philhayes16 years agoWhat's the exact syntax for checking that a step has failed?// issue SOAP message def result = testRunner.runTestStepByName( "TEST Purchase" )// I know this syntax is wrong!if ( FAILED = result.getStatus() ){ // tell me the result log.error( "step failed" )}
SmartBear_SuppoAlumni16 years agoHi!try if( "FAILED" == result.getStatus().toString() ){...}regards,/Oleeviware.com
SmartBear_SuppoAlumni16 years agoHi!try if( "FAILED" == result.getStatus().toString() ){...}regards,/Oleeviware.com
Recent DiscussionsProject WSDL replaced from another projectunable to resolve class com...SOAPUI 5.8.0 breaking charset of project file
Related ContentTestComplete property check failed even after match!!!At What Frequency Does WaitProperty Checks For PropertyWhat happens when I failed an exam twice