I have been using Parasoft SOA Testing Tool(9.10) for testing a WCF service. I have two test cases in a test suite. I want to do an update of a database table row after executing the first test case. How can I implement that in parasoft soa tool.
eg:
> Step 1: Test Case 1: Add an Account
> Step 2: UPDATE database and set a field of Account table to verified
> Step 3: Test Case 2: View Account