Load, Preformance and volume testing in Ui Path

How to perform Load, Performance and volume testing in UiPath? Please reply as soon as possible

Hey @sagar_shinde
Here are some steps you can follow to use UiPath for performance testing:

  1. Record a workflow in UiPath to simulate user actions on the application or system under test.
  2. Use the “Execution Time” activity in UiPath to measure the time taken for each step in the workflow.
  3. Use the “For Each” loop activity in UiPath to run the workflow multiple times and collect execution time data for each run.
  4. Use the “Write Line” activity in UiPath to output the execution time data to a log file or to the UiPath output panel.
  5. Use the data collected to analyze the performance of the application or system under test, and identify areas for improvement.

You can also use this

For Load Testing
Try to iterate the number of browsers at a time use for each row to load test in UiPath

Thanks