Automating App Performance Testing

Prev Next

Users can now automate the App performance testing aspect and monitor the results in real time. In this help document, we will walk you through the process of enabling app performance automation and accessing the app performance report on the Pcloudy platform.

  • User should be registered on Pcloudy platform

  • User should have App Performance Testing activated on the account

To enable app performance automation, you need to add the following capability to your existing code:

 capabilities.setCapability("appPerformance", true);
Java

This will allow you to collect app performance data during the execution of your test.

Once the execution stops, you can access the app performance report on the Pcloudy platform by following these steps:

  1. Log in to the Pcloudy platform.

  2. Navigate to the Reports section.

  3. Open the desired Build.

Under the Observability tab, click on View to open the App Performance Report.

  1. Go to the Session list.

  2. Select the specific session you executed.

  3. Click on the Observability option.

  4. The App Performance Report will be displayed.

  • Make sure you have added the app performance capability to your code.

  • Ensure that the execution has stopped before trying to access the app performance report.