Ranorex Logo

EuroSTAR Conference 2015 in Maastricht – Hot Topics

|
EuroSTAR Conference 2015 in Maastricht – Hot Topics|Discussing hot test automation topics at EuroSTAR 2015

Europe’s #1 software testing conference – EuroSTAR Conference – took place for the fifth time this year in the Netherlands between the 2nd and the 5th of November 2015 at MECC Maastricht. My colleague Alexander Walentin and I joined many other global software testing professionals in taking part.

Here are the hot topics that were discussed most frequently at our booth:

  1. My business process covers different applications, technologies and devices. Can Ranorex help me with that?With Ranorex you can create test cases that handle different technologies in several applications and on multiple devices. Also, within a single test case you can combine different applications, technologies and devices to cover the entire business process.
  2. Do I have to learn any new or additional scripting languages to use Ranorex?With Ranorex you don’t have to learn any new scripting language. With the help of our Recorder and Action Table, domain testers can completely design, create and maintain tests without writing a single line of code.If you need coding, or if you prefer to write code, you can make use of the full power of the Microsoft .NET framework and write your user code in C# or VB.NET.
  3. The user interface (UI) of my system under test changes often. Does that mean that I have to maintain all my test scripts independently?Object identification in Ranorex is based on the use of the so-called RanoreXPath. All needed details for identifying a UI element is combined in this path, which takes care of simple changes in the UI as well as added containers or changing a button’s position.The Ranorex Repository works as a single point of maintenance so items can be reused in multiple modules and test cases. If you have to adapt a path, you just do it on one place so all modules continue to use the correct GUI object.
EuroSTAR Conference 2015


Discuss your test automation challenges with us at next software testing conferences. Meet the Ranorex experts at the upcoming events:

  • Nov 18, 2015: The European Software Testing Awards in London, UK
  • Jan 18-21, 2016: Software Quality Days in Vienna, Austria

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...