Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.
To Use Response of one test case in another test case.
ShivamRaj123
Posts: 13 ✭
in SOAtest
Hi,
I have 2 test cases one is CreateTicket and other is UpdateTicket. Now when i will run CreateTicket Test Case i will get one ticketID in response xml which i have to use in request xml of updateTicket test case as i want to update that ticket. Can anyone tell me the process of doing this..?
0
Comments
-
You create extractions using a Data Bank tool. Then you can reference the extracted value in subsequent tests. There's a good example in the SOAtest tutorial under Scenario Testing.
1 -
Thanks:)
0