SoapRookie
12 years agoOccasional Contributor
Using one test case to run from several other test cases
I am using soapUI Pro for REST apis.
Currently, each of my test cases contain a login test step in order to obtain the session id. So I have decided to create just one test case with login test step and use the obtained session id in other test cases. So this is what I did:
1. I created a new test case for Login and got the session id
2. I created a new Property and transferred the Session id there (Do I need to create this?)
3. In the other test case where I need to use this session id, I created a "Run Test Case".
When I view the Options for Run Test Case, I don't see any Return Properties.
How can I make this work? Can some one please help?
SoapRookie
Currently, each of my test cases contain a login test step in order to obtain the session id. So I have decided to create just one test case with login test step and use the obtained session id in other test cases. So this is what I did:
1. I created a new test case for Login and got the session id
2. I created a new Property and transferred the Session id there (Do I need to create this?)
3. In the other test case where I need to use this session id, I created a "Run Test Case".
When I view the Options for Run Test Case, I don't see any Return Properties.
How can I make this work? Can some one please help?
SoapRookie