import com.eviware.soapui.support.types.StringToStringMap //Get all th cookies in the response , here the test step name is provided def cookiesList = testRunner.testCase.getTestStepByName("Login").testRequest.response.responseHeaders["Set-…
demofun(){ ` do if test -f $file then echo "file: $file" elif test -d $file then echo "path: $file" fi done } path="/home/lwang/Desktop/wujuan" demofun $path…