Category: QA
soapUI: How to set an element value from a Groovy script
def groovyUtils = new com.eviware.soapui.support.GroovyUtils(context);holder = groovyUtils.getXmlHolder("teststep_name#Request" );holder.setNodeValue( "//element", "value");holder.updateProperty();
Can be can be?
Their QA department needs some work … spell-check would’ve done the trick. =0P
The importance of volume in automated software testing
There’s a good article called The Importance of Volume in Automated Software Testing for you load testing folks.