Release Notes
Check out what's new in Reflect!
Release 2025.06.16
New features:
API testing. Users can now create standalone API tests in Reflect.
Mobile testing. Users can now create tests against native mobile applications for both IOS and Android. Check the article on Native Mobile Testing to learn more.
Switch to credit based system. We introduced changes to our license consumption model to support various different application test types.
Release 2025.04.18
Improvements:
Slack channel search. We added a search bar to the channel drop-down in Suites to help you quickly find the right channel.
User panel search. We added a search bar to the user management panel to help you find users faster.
Release 2025.03.22
Improvements:
"Run Test and Watch Live" button. It works now faster by improving redirect speed and user experience. We also added a loading spinner to the submit button and kept the modal open until the redirect completes.
'Prettify' option for Request bodies in API test steps. It automatically formats JSON and XML for better readability. We also updated the request body field to always display at least three lines instead of one.
Bug fixes:
Various other bugfixes and improvements.
Release 2025.02.27
New Features:
Drag and drop reordering on the definition page. You can now reorder test steps by dragging and dropping them. Move single or multiple steps up or down, even in and out of segments.
Duplicating steps. Added a “Copy Step(s)” option to duplicate selected steps in test cases. Duplicated steps appear right after the last selected step. If the last selected step is inside a segment, the steps are duplicated after the segment. Segments cannot be duplicated.
Ability to copy and paste steps. We introduced Copy & Paste steps for easier test automation. Clicking on or creates a keypress step with Ctrl+C or Ctrl+V. The step is inserted into the test definition and runs automatically.
Typeahead for commonly used endpoints in CallAPI steps. The 'URL' field in the Call API test step now has autocomplete. You can quickly see and select recent URLs from your previous API test steps. This makes it easier to modify the URL without typing or copying it.
Improvements:
Progress indicator for AI prompt execution during the test creation phase. Users can now see stages like "Processing test step", "Analyzing UI elements", "Optimizing action flow" and "Executing AI step". This helps reduce frustration by showing that the system is working, especially when prompt execution takes a few seconds.
Session timeout. When a AI step fails due to a timeout in the step debugger, you can now easily extend the timeout. Choose to increase the timeout by 10, 20, or 30 seconds, up to a maximum of 120 seconds. Just pick your preferred value and click the Run Prompt button. This makes it simple to handle timeout errors in Native Mobile.
Formatting on the variables list page. Improved variable display on the account variables page. Long variable values (up to hundreds of kilobytes) are now fully visible and copyable when editing. For rendering, the values are shortened with ellipses.
Reliability and UX of syncing changes to a TCM tool. When you rename a test, you can now see a notification. It reminds you to click the “Sync Changes” button to update the test name in Zephyr.
Access controls for Zephyr integration users. Updated the app for Zephyr users to hide details about tests from Jira projects they cannot access. This ensures that users only see data for projects they have access to.
Bug Fixes:
Various bug fixes and improvements.