ftrftr
13 years agoNew Contributor
Cookie Session keeps alive
soapUI 4.5.0
I have a Test with several TestSteps. "Maintain HTTP-Session" is activated, as I do log-in with TestStep1 and check some profile data in TestStep2. My inital TestStep0 checks, if there is a log-in available.
Once I run the Test-Steps again, the session cookie of the last run is again submitted. And my initial TestStep0 detects that there is already a log-in available.
With soapUI in a previous version 4.0.0 a new session was already created when executing the TestSteps again.
I did not find any configuration for this issue. Is it a bug or a feature?
I was thinking of using a setupscript that is initially deleteing all cookie values ... :-(
I have a Test with several TestSteps. "Maintain HTTP-Session" is activated, as I do log-in with TestStep1 and check some profile data in TestStep2. My inital TestStep0 checks, if there is a log-in available.
Once I run the Test-Steps again, the session cookie of the last run is again submitted. And my initial TestStep0 detects that there is already a log-in available.
With soapUI in a previous version 4.0.0 a new session was already created when executing the TestSteps again.
I did not find any configuration for this issue. Is it a bug or a feature?
I was thinking of using a setupscript that is initially deleteing all cookie values ... :-(