I am testing a Rest API
using SOAP UI
tool.
First, I hit another API which gave me the jSessionid and then in my actual request I added a parameter to the request header by the name "Cookie" and provide it the above extracted jsessionid value. Everything worked fine.
What I want is to somehow dynamically set the cookie/jessionid in request header without explicitly/manually doing it.
How can it be done?