Hi, I am trying to execute 10/50/100 user test with SSO login (single user can create multiple sessions.)
I am using the below code to clear cookies and caches:
.exec(flushCookieJar)
.exec(flushHttpCache)
During execution I observed:
- with 10 unique users sometimes, it is getting passed and sometimes approx. 30% users are failing to create unique session.
- with 50 and 100 users at least 30% failure (with and without unique users)
How can I close user session using Gatling code after each iteration?
Application: Guidewire Cloud.
Note: We have executed 10/50/100 user test without SSO successfully for the same application.