How can i do concurrency testing using Katalon

how can i do concurrency testing using Katalon

@sara.alyahya Review the response from here:

does Performance testing is same as Concurrency testing or there some changes ?

Concurrency testing is finding out what happens to your system when lots of users are logged on. KS can simulate this (see the link in my response above).

https://www.guru99.com/concurrency-testing.html#:~:text=Concurrency%20Testing%20is%20defined%20as,below%20show%20the%20concurrent%20testing

Performance testing is testing your system’s “responsiveness and stability under a particular workload”.

https://searchsoftwarequality.techtarget.com/definition/performance-testing#:~:text=Performance%20testing%20is%20the%20process,or%20device%20under%20a%20workload.

There are instances in which the user wants to execute tests on different devices at the same time. Below is the how-to guide for these instances.

Step 1: Create two Test suites. Refer to the Katalon documentation for a quick guide to creating test suites.
Step 2: Create one Test Suite Collection. Refer to the Katalon documentation for a quick guide to creating test suite collections.
Step 3: When we add a test suite a test suite collection, by default, the execution will be running on Firefox browser. The user can change their desired browsers as needed.
Step 4: Click on Run with column. It will display the execution environment selection dialog.
Step 5: Select Android to continue.
Step 6: To choose a device, double click on run configuration column and select the connected device.
Step 7: Choose among the device names listed.
Step 8: Repeat steps 4 to 7 for the other test suite.
Step 9: Select the radio button ‘Parallel’ in the Execution Information section.
Step 10: Click on Execute. It will execute tests parallelly on your selected mobile devices.

Thanks
But if want it for browsers it will be the same steps?
And is this way (parallel) good enough to concurrency testing