Hi @santhoshsaravanan91 ,
Here are some steps you can follow to use UiPath for performance testing:
- Record a workflow in UiPath to simulate user actions on the application or system under test.
- Use the “Execution Time” activity in UiPath to measure the time taken for each step in the workflow.
- Use the “For Each” loop activity in UiPath to run the workflow multiple times and collect execution time data for each run.
- Use the “Write Line” activity in UiPath to output the execution time data to a log file or to the UiPath output panel.
- Use the data collected to analyze the performance of the application or system under test, and identify areas for improvement.
Thanks
Shanmathi