var response = browser.delete(myUrlString)
browser.post(myUrlString, [parameterName: "someParameterValue"])
Then get the response from the web service call and make assertions. Take a look at the unit tests from our SvnServices project for more examples.
Look for more tips on using Hannibal in the future.
No comments:
Post a Comment