Automating App Performance Testing
  • 07 Apr 2025
  • 1 Minute to read
  • Dark
    Light

Automating App Performance Testing

  • Dark
    Light

Article summary

Overview

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.

Pre-requisite

  • User should be registered on Pcloudy platform

  • User should have App Performance Testing activated on the account

Enabling App Performance Automation

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

 capabilities.setCapability("appPerformance", true);

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

Accessing App Performance Report

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

1. Through Reports Section

  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.

2. Through Session Details

  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.

Troubleshooting Tips

  • 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.


Was this article helpful?

What's Next