360
Views
4
Comments
How to do load testing with jMeter of an outsystems applications

We have an outsystems application having multiple thousands of registered users who have separate dashboards we want to use jMeter to perform load testing by creating thousands of users simultaneously and getting them logged in. Any idea how to do this test with jMeter we don't have api's

2018-10-29 08-31-03
João Marques
 
MVP

Hi Apoorv,


There's a webinar on how to do it here.


Kind Regards,
João Marques

2022-08-23 13-00-42
Vinícius Teles Paz

Hi @Apoorv choubey !


To add something else about what João Marques shared, one important thing to do it's to fill the CSRF token that outsystems generated in your web requests. Here's the link CSRF Token Extraction using JMeter.

Another tool that you could use to get the web requests to build your jMeter test, and can be very usefull it's the BlazeMeter | The Continuous Testing Platform. It's a chrome extension. Here's the link BlazeMeter.


Kind regards.

Vinícius Teles Paz

2022-05-01 03-47-53
Jun Mun Chan

You need to have the thousands of userID and password ready, and you can stored them .csv file in the 'User Defined Variables'. Thereafter, you can set a 'CSV Data Set Config' with reference to the .csv file, and add Variable Names eg username, password.

Then after that, you can reference to the variable in your login action in the 'HTTP Request', via the following ${username}, ${password}.

For the rest of the 'HTTP Request' where you navigate from screen to screen in Jmeter, the main parameters needed (at least during my testing), are the following,

__EVENTARGET

__OSVSTATE

__VIEWSTATEGENERATOR


Should be enough to get started. Thank you.

UserImage.jpg
Thinh Nguyen Thi Yen

@Jun Mun Chan Hi, but how can to login with the Azure User - need to have the authenticator number automatically generated once login?

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