Forum Discussion
nmrao
8 years agoCommunity Hero
Not really how you saved the cookie? test case level? suite level?
Is the same cookie to be used for all the steps spread across test cases and suites?
Is the same cookie to be used for all the steps spread across test cases and suites?
Tush
8 years agoOccasional Contributor
In 'Lib' testsuite, we extract and save the session ID to a variable using groovy script.
Then I add header parameter named 'cookie' to all my API requests and pass the variable value.
I am able to execute my tests this way.
Issue: I have to update my API's everyday. While I do this I need to keep adding Header parameter to all my API's,which is a gruesome process.
yes,I need to use the same cookie across all the test cases and test Suits.