17 years ago
Running TestCase with steps depending on each other
Writing my first JUnit test integrating with soapUI.
Here's where I'm stuck -
I want to run a testcase with two steps where second step depends on first one's response (For example a claim number from first response)!
How do I inject this information (ex. claim number) in to second step?
Or how do I get handle of particular tag (23423 ) from the step or any other Object that I can get from TestCase object?
I'm excited if I can finally replace some QTP scripts (that I don't really know) with JUnit integration tests!! Thanks in advance.
Jay
Here's where I'm stuck -
I want to run a testcase with two steps where second step depends on first one's response (For example a claim number from first response)!
How do I inject this information (ex. claim number) in to second step?
Or how do I get handle of particular tag (
I'm excited if I can finally replace some QTP scripts (that I don't really know) with JUnit integration tests!! Thanks in advance.
Jay