In Gen 3, do we need access to Settings to integrate Git repositories? Also, to view and schedule Git repositories, do we need access to Settings as well?
Additionally, the script repositories are loading very slowly, and the Search Executor is not showing some executions that were executed by specific user , which was working correctly in the previous version. How can we search executions now? Is there any search option available?
Also, how can we search execution profiles in the test results filters as we did before?
Finally, when we click on a Running Execution, it previously showed active sessions, but currently, the sessions are not visible.
In Katalon Gen 3, the Profile filter is available in the Test Runs Analysis Report:
Steps to filter by Profile:
Navigate to Home > All Reports > Reports & Analytics
Select Test Runs Analysis Report
Choose your desired time window or Release/Sprint
Look for the Advanced Filters section
Click on the Profile filter to select specific execution profiles
The report will update to show only test runs matching your selected profile(s)
Key Features
Advanced Filters Available:
Profile - Filter test runs by execution profile
Executor - Filter by the user who executed the test
Status - Filter by test run outcome (Passed, Failed, Incomplete)
Type - Filter by execution type (Automated/Manual)
Time Period - Daily, Weekly, or Monthly intervals
Interactive Data Table:
The report includes a detailed data table that displays:
Execution context including Profile and Executor columns
Sortable and filterable columns for detailed analysis
Drill-down capability to view specific test run details
Important Note
The Test Results Analysis Report (which shows individual test case results) has different filters than the Test Runs Analysis Report. The Test Results Analysis Report focuses on test case-level metrics and does not include a Profile filter. For profile-based filtering, use the Test Runs Analysis Report instead.
You’re asking about viewing active sessions running on cloud devices (TestCloud) in Katalon TestOps Gen 3, not local Katalon Studio sessions. This is an important distinction—you want to monitor which cloud devices currently have tests executing on them.
Solution: Two Ways to View Active Cloud Device Sessions
1. TestCloud Web App Dashboard (Recommended for Quick Overview)
Visit the TestCloud Web App home page to see a real-time dashboard that displays:
Number of sessions purchased for each test run type (Desktop Browser, Mobile Browser, Mobile Native App)
Number of sessions currently running (active sessions)
Number of sessions currently queued (waiting to execute)
This gives you an at-a-glance view of your cloud device utilization.
2. Real-Time Execution Monitor (Detailed View)
For detailed monitoring of individual test executions on cloud devices:
In the Execution List, select the test execution you want to monitor
On the Execution page, you can view:
List of tests running on cloud devices
Real-time video recordings of test execution on remote devices
Selenium/Appium commands with timestamps and screenshots
Performance metrics (CPU, memory, network usage)
Device logs and execution logs
Test channels (from Katalon Studio or TestOps)
Test types (Automated or Live testing)
Key Considerations
Real-time monitoring is available for tests running on Windows and macOS machines; Linux executions have limited video support
Session optimization: TestCloud automatically distributes test cases across available sessions to maximize efficiency
Parallel execution: If you enable Parallelize Test Cases, multiple test cases run simultaneously across your available cloud sessions
Session retention: Private mobile devices offer longer session retention, allowing you to configure devices once and run multiple tests without reconfiguration