Ranorex Logo

Ranorex 6.1 Released

|
Ranorex 6.1

We’re happy to announce that we’ve released Ranorex 6.1! This new generation of functional test automation is now fresh and polished to make working in teams even easier! Next to remote test execution, improved test suite file format and Git integration, this software update introduces an intuitive setting storage and a progressive report preview. Let’s have a look at the benefits, shall we?

Solution Settings

Ensure everyone in a team uses the same settings when working on a test automation project.

You can now save technology-specific solution settings directly in the test automation solution, while user settings can still be stored locally. This brings some rather fantastic benefits with it:

  • You can check in your settings together with the solution into a version control system. This makes it easier to share solutions with other team members and, ultimately, to work together on them.
  • Are you working on multiple test automation projects? Very likely, each is in its own test environment. Now, when you switch between solutions, you don’t have to manually adjust the settings.

Have fun sharing your settings and working together on test automation projects!

Learn more about the solution settings

Progressive Report Preview

For those who’d like to take a peek in the test report during test execution.

We’ve all been there. You’d like to know how many test cases have failed, but it could take hours until the test run is complete and the full report is available. You’d need this information to react early to failed test cases – or maybe just to have a peace of mind before you go home. Trust us, we get it. So here’s what we’ve done: During test execution, test results are saved in configurable intervals. So whenever you feel like it, you can preview the report from anywhere without disrupting the test run. Enjoy!

Learn more about the progressive report preview

For a full list of new features and enhancements, please view our Release Notes. This software update is available now and included in software maintenance at no additional costs.

In This Article

Sign up for our newsletter

Share this article

Related Articles

End-to-End-Testing-A-Complete-Guide-to-E2E-Test-Automation-blog-image

End-to-End Testing: A Complete Guide to E2E Test Automation

March 12, 2026
TL;DR: End-to-end testing validates complete user workflows from start to finish, catching integration failures that unit and API tests miss. E2E tests simulate real user behavior across the full application stack. While slower than unit tests, E2E testing increases confidence th...
Playwright-vs-Selenium-Why-Neither-May-Be-the-Right-Choice-blog-image

Playwright vs Selenium: Why Neither May Be the Right Choice

February 5, 2026
The Playwright vs Selenium debate misses the point. Teams argue about execution speed and API design while ignoring something more basic: both tools only work inside web browsers. If your app has a desktop installer, native dialogues, or actual mobile components, you will encount...
Selenium-WebDriver-Testing-Guide-Setup,-Browsers,-and-grid-blog-image

Selenium WebDriver Testing Guide: Setup, Browsers, and Grid

February 2, 2026
In this guide, you will understand what Selenium WebDriver is, how it works, and how to use WebDriver to automate web testing. You will also learn how Ranorex Studio integrates with Selenium WebDriver so you can design tests in Ranorex and execute them against WebDriver endpoints...