Release Note - Mar 28th / 2026
New Features & Enhancements
Web Browser Client
Introduction of Cloud Recording (tentative)
Please note: Cloud Recording is currently available to a limited number of users.
Touch Visualization
Added a feature that displays touch events on videos recorded using the Cloud Recording function. By visualizing where the screen was tapped, it becomes easier to track actions and review the testing process.
Added Export Functionality
You can now export recording data along with operation logs. This makes it easier to share results with team members who do not use Remote TestKit.
An "Export" button has been added to the Cloud Recording list; clicking this button will download a file that includes the operation history.
- Extract the downloaded file, then open "cloud-recording-viewer.html" in your browser.
- The downloaded file package is self-contained, allowing you to view the recording along with the operation steps independently.
UI Structure Extraction Now Supported on iOS
Previously available only for Android, the UI structure extraction feature is now supported on iOS as well.
This feature is compatible with devices running iOS 15 or later. Please note that it cannot be used on devices with iOS 14 or earlier.
Improved Display for "Install from Storage"
- Sorted by Date: The app list is now displayed in descending order of the upload date (latest first).
- OS-Specific Filtering: The list now only displays application binaries compatible with the OS of the currently running device (e.g., .apk files for Android and .ipa files for iOS/iPadOS).
Desktop Client
Integrated "Install from Storage" and App Uploads
Previously, the UIs for uploading and installing applications were separate. You can now upload new applications directly from the "Install from Storage" menu.
Note: The App Storage feature is available to customers on Flat 3 and above.
Other Improvements
- The file size of the software installer has been reduced.
Common Features (All Clients)
[Android] UI Structure Display for "FLAG_SECURE" Activities (Android 12+)
We have added a feature that allows the UI structure to be displayed even for activities where "FLAG_SECURE" is enabled.
Previously, these activities resulted in a completely black screen with no visible information. With this update, you can now view the underlying UI block structure on the screen.
This enables testing for scenarios involving "FLAG_SECURE" activities, which were previously impossible to navigate or verify.
Important Note: This feature displays only the UI component frames. It does not reproduce or allow for the verification of the actual screen rendering of the activity.
Desktop Client (Windows)
Fixed a UI issue where dialog boxes would appear distorted in high-DPI Windows environments.
Common Updates
Android
- Updated the list of incompatible Activities/Fragments that cannot be accessed even when the "OS Settings Unlock" option is enabled.
Other Improvements
General performance improvements and minor bug fixes for Remote TestKit.