View test artifacts of TestCloud execution via Studio
This document shows you how to get test artifacts for each TestCloud test execution via Katalon Studio.
Get session outputs
Download a specific test artifact
Application performance analytics (Profile)
TestCloud provides the profiling
capability for tracking performance metrics, such as CPU usage, Memory consumption, network activity, etc., of a mobile app under test. TestCloud will output a raw data file that you can analyze directly or visualize using their preferred tools to gain detailed insights.
In Katalon Studio, go to Project Settings > Desired Capabilities > TestCloud to add the Boolean type profiling:true
property in katalon:options
.

After your test execution, you can use the above API method to retrieve the data file.