What’s New
When creating a test plan, the title is now auto-generated based on the plan’s content.
Why It Matters
Impact
Users can now create test plans faster and more consistently, improving workflow efficiency.
What’s New
The organization logo now appears in the sidebar when changed.
Why It Matters
Impact
Users can quickly identify the active organization, reducing confusion in shared or multi-project environments.
What’s New
Duplicated test cases now automatically belong to the same test set as the original.
Why It Matters
Impact
Teams can now maintain cleaner, more organized test sets, making it easier to track and manage related tests.
What’s New
Thunders now allows users to export entities from their lists to CSV files, directly from tables in the platform.
Why It Matters
How It Works
Users can export tables such as test cases or test runs with a single click. The CSV includes all visible data: names, test sets, last run data, environment, and last edit exactly as seen in the platform.
Impact
Teams can now quickly generate accurate reports for audits, reviews, or data analysis, improving transparency and workflow efficiency.
What’s New
Thunders’ test runner now supports multiple browser tabs within a single scenario.
Why It Matters
How It Works
The runner now tracks and interacts with all open tabs during execution. Users can still opt for single-tab linear execution if preferred. Example: A sign-up flow that opens a new tab is now fully executed and interactable within the runner.
Impact
Teams can now simulate real-world workflows more accurately, handle complex multi-tab scenarios, and prepare for advanced tab-based execution features in the future.
What’s New
Why It Matters
How It Works
What’s New
Thunders now allows reusing test cases in teardown steps, extending the reuse functionality beyond the main test flow.
Why It Matters
How It Works
Users can now reference existing test cases in the teardown phase. For example, a logout test can be reused after a login test completes, ensuring consistent cleanup without redefining steps.
Impact
This update gives teams more flexibility and efficiency in structuring tests, reducing duplication, and improving maintainability.
Browser steps now support user-defined descriptions, replacing technical selectors with clear, purposeful labels that communicate intent at a glance.
What this means for you:
★ Test flows are no longer cluttered with raw XPath or CSS selectors.
★ Instead of interpreting technical syntax, you see exactly what each step accomplishes.
This makes your tests more intuitive to read, easier to maintain, and accessible across your entire team.
💡 Read the full article to learn everything about Browser steps
Downloaded Excel files are now ✨first-class citizens✨ in your test validation!
The runner accurately parses .XLSX contents, making every field & value available for comprehensive assertions.
What this means for you:
Organizations relying on Excel exports for validating success criteria can now build robust assertions directly into their test flows, without manual workarounds or post-processing.
Variable handling is now more intuitive.
The runner automatically understands dynamic values like "today" without requiring explicit date specifications, and generates variables more reliably across test scenarios.
What this means for you:
★ Write tests more naturally.
★ Dynamic values that mirror how users actually think, reducing friction and improving test reliability.
💡 Read the full article to learn everything about Variable management