no

How to set Authorization header in all SoapUI test cases via Script

To set the Authorization header in each test case of a testSuite, we run the script below. import com.eviware.soapui.impl.wsdl.teststeps.*...

How to Save Mysql Query Result on a File

See sql script below: SELECT code, name, continent, region FROM country INTO OUTFILE 'c:/temp/countries.csv' FIELDS TERMINATED...

archive