Changelogs
Fixed I.click detection of submit buttons
Improved support for handling downloaded files
Improvements
- Added support for
TEST.loadDataFromJsonandTEST.loadDataFromCsvto load test data directly from the downloads folder.
Documentation: Loading data from downloaded CSV and JSON files
Bug Fixes
- Fixed an issue where the
UI.Downloads.hasFilecommand fails to detect downloaded files when the file name contained uppercase letters.
New dashboard widgets for TAMI Studio
Improvements
Added two new dashboard widgets to TAMI Studio:
- Recent test runs displays the 10 most recently executed test runs for quick access.
- Failing test cases lists test cases with recent failures, making it easier to identify and investigate failing test cases.
Editor now shows file modification details
Improvements
- Added file modification information to the editor, including the last modified time and the user who last updated the currently opened file.
Fixed Test Run Results pane behavior
Improved visibility of nested preconditions
Improvement
- Improved support for nested preconditions. TAMI Studio now displays preconditions of preconditions throughout the application, including the Test Steps, Dataset, and "Add/Edit Precondition" views, making it easier to understand the full dependency chain when reviewing or editing a test case.
Bug fixes
- Fixed an issue where newly created test cases could not be run unless a dataset was selected.
- Fixed an issue where the test case editor could load the wrong test cases after a feature was deleted and a new feature was created using the same index.
Prevent accidental edits to linked test scripts
Improvements
- Test scripts linked to TAMI Studio test cases now open in read-only mode in the Script Editor. A warning banner is displayed to help prevent direct edits that could cause the script to become out of sync with its associated test case.
Improved browser edge case handling
Improvements
- Updated
I.dontSeeto retry when page navigation occurs during command execution. If page navigation exceeds the page load timeout, the command will continue retrying until the configuredTEST.commandTimeoutis reached instead of failing early with a504 Gateway Timeouterror.
Bug Fixes
- Fixed an issue where test commands are failing on pages with inline PDF viewers in Chromium-based browsers. This happens because the PDF viewer was detected as a new browser tab, causing the test to incorrectly switch context to the PDF viewer instead of the parent page.
- Fixed an issue where a
no such alerterror could be thrown if the current page closed unexpectedly while a test command was being executed.
Introducing TAMI Studio
Introducing TAMI Studio, our next-generation AI-first platform for managing test cases, creating and maintaining test automation, and monitoring test execution.
Key capabilities include:
- Test case management – Document test cases with screenshots, recordings, test steps, and automation scripts, and organize them into features.
- AI assistant– Generate test automation scripts from screenshots and recordings, diagnose test failures, and generate bug reports.
- Monitoring – Schedule test runs and configure email, Slack, Microsoft Teams, or webhook notifications when tests fail.