Changelogs
Improved field value replacement and element matching
Improvements
- Improved how the
I.fillcommand replaces values in input fields that already contain text. This resolves an edge case on some websites where clearing a field would trigger the original value to be restored, causing the new value to be appended instead of fully replacing the existing value. To ensure the value is always replaced,I.fillwill now sendCtrl/Cmd + Awhen a field contains existing text before entering the new value. - Improved element targeting by rebalancing attribute weights to prioritize attributes with higher intentionality, resulting in more accurate element matching.
Fix bug downloaded test run downloaded files
TAMI Studio Auto-pilot improvements
We've made several updates to improve the Auto-Pilot experience in TAMI Studio.
Improvements:
- Added a text input so you can send messages to steer the AI agent while a run is in progress.
- Added controls to pause and resume a run.
- Refined the interface to reduce visual clutter by hiding less important logs and making the UI more compact.
Fixed issue with loading older test reports
Fixed report loading for tests with non-Latin file names
Improved CSV and JSON data loading
Improvements
- Added support for loading CSV files that include separator metadata (for example,
sep=;) at the beginning of the file. - Added
TEST.loadCsvandTEST.loadJsonas shortcut aliases for theTEST.loadDataFromCsvandTEST.loadDataFromJsoncommands.
Fix bug renaming test cases in TAMI Studio
Introducing Auto-Pilot - agentic UI test creation
New Feature
Added a new Auto-Pilot feature to TAMI Studio.
Auto-Pilot lets you run an AI agent that explores your application and executes a test scenario based on your instructions. Once the run is complete, you can review the generated test script, save it as a test case, and replay it like any other UI-licious test.
Compability for legacy TLS and support for larger file uploads
Improvements
- Added backward compatibility for legacy TLS 1.0 and TLS 1.1 connections in self-hosted installations.
- Support larger file uploads