Is it possible to see the request and reposnse in the HTML generated report ?

Hi guys,

I am new with Gatling and I need some help.

I came across with some Request_1 Redirect_1 is it possible to see the request or the response and see what is the case there ?

Best Regards,
Martin

No, not in the reports.
You’d have to lower logging level while running the simulation.

Okay Thank you, while on the topic I have one more question:

By knowing this:
Our system allows user to login from different browsers in the same time without closing other sessions

Then:
I make a recording and then from the .scala file I change “atOnceUsers(1)” to “atOnceUsers(10)”.

On run, will it create 10 different sessions or ?

Regards,
Martin

Yes, 10 sessions.