71
Views
2
Comments
Load testing with Jmeter for outsystems

Hi Team,
I have a scenario where I need to login onto the portal and then visit a few pages after login user. I have recorded the script using Blazemeter as well as tried recording from Jmeter itself. While executing the script it is logging in every time but for the other pages, 403 error is coming.


2021-03-05 13-56-11
Ricardo Pereira
 
MVP

Hi,

Normally 403- Forbidden is triggered because the logged user don't have enough permissons to access that screen/functionality. Did you already checked if the authenticated user have permissions (checked roles) to access it?


Hope this can help.


Best regards,

Ricardo

UserImage.jpg
Manish Khard

Hi Ricardo Pereira,

Thank you for the prompt reply.
Yes, I have checked from the browser and this login user has all the permission required to access the pages.
My suspect for this 403 error will be some token that is not passing after login on the page access. and those tokens/parameters need to automate.

Regards,
Manish



Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.