Forum Discussion
1 Reply
- GiscardNFrequent ContributorHi,
You can do the following:
1. Create an "HTTP TestStep" that mimics the login functionality of a web form. So it should submit the login credentials in corresponding GET or POST attributes.
2. Then in your SoapUI Pro TestCase, click on the options icon (one with wrench and screwdriver) and check the option "Maintain HTTP Session"
3. Now the following steps in your TestCase should include the authenticated Session ID that you received from the login.
Regards,
Giscard