Machine-trained algorithm for automatic identification of web elements with dynamic IDs

Feb 28, 2019 | Announcements, Product Insights

Automatic identification with Ranorex 9.0's machine-trained algorithm
Did you know? Ranorex 9.0 features element identification powered by machine learning. When testing your website or app, machine intelligence helps you identify elements more reliably. In this blog post, we show how this helps you, especially with dynamic contents.

Dynamic IDs: a Challenge for Recognition

In the HTML standard, any element within an HTML document can have a unique identifier (ID). This identifier is provided in the id attribute of the element. To automate web elements with Ranorex, the id attribute is one of the best selectors for reliable and stable test automation; moreover, it defines the priority when a RanoreXPath is built.

If you’re working in web development, chances are that the website or application to be tested uses dynamic identifiers. This may be because your application works with dynamic content. Imagine a social network page that displays posts, each of them having a share button. To maintain the uniqueness of the ID attribute, it’s necessary to randomly generate a value for each button or, more commonly, to omit it. Furthermore, there are various web frameworks which assign dynamic IDs to the UI elements they generate.

For test automation, this provides a challenge: if you incorporate a dynamically generated, random ID in the RanoreXPath of your repository element, chances are that next time you access the website or application this value changes, leaving you with unstable test automation. This is not a new topic. Ranorex Studio has automatic ID detection algorithms for known web frameworks. Additionally, you can alter path weights and give less priority to the otherwise preferred id attribute when running into problems with dynamic IDs.

Intelligent Web Element Recognition in Ranorex Studio 9.0

The number of technologies and solutions for the web is increasing every day. Not only are frameworks generating dynamic IDs, but also developers are doing so when creating new websites and applications. It’s hard to keep track of all the different solutions available and reliably identify them. To conquer this problem, Ranorex Studio 9.0 features a radically different approach to identify elements.

The development team at Ranorex created a large collection of thousands of different websites and frameworks. We used this collection to train a deep learning AI to distinguish between static, i.e. man-made, and dynamic IDs. Based on this, Ranorex Studio 9.0 provides you with an intelligent system that can reliably decide if the id attribute of an element is dynamic; or not.

When you use Ranorex Studio to detect an element on a website that features an id attribute, the new intelligent algorithm will classify its value as dynamic or non-dynamic. Depending on this outcome, the resulting RanoreXPath will then automatically adjust the priority and include the id attribute only if it makes sense. Our system is smart enough to even distinguish between nuances like button1 and button000001; the latter being dynamically generated by a web framework. This helps to create more reliable and stable tests and reduces the maintenance effort for you as a tester.

Enabling and Disabling the Machine-Trained Element Recognition

If you have Ranorex Studio 9.0 installed, you can start using this new feature right away: It is activated by default. This feature is compatible with new and existing test suites alike. If you want to check for unstable RanoreXPaths in your existing test suite, try the maintenance mode.

We know that there are endless possibilities in software development. Should you observe any unwanted behavior or mismatched inclusion of your web elements’ id attributes, you can adjust the behavior in the advanced options and disable the intelligent algorithm there.

With our new, machine-trained algorithm for element identification and classification, you can now automate your website or app with Ranorex Studio 9.0 with a lower risk for automation failures. This empowers you to create reliable tests even faster – and minimizes your maintenance effort.

Related Posts:

Support Corner: API Testing and Simple POST Requests

Support Corner: API Testing and Simple POST Requests

Ranorex Studio is renowned for its robust no-code capabilities, which allow tests to be automated seamlessly across web, mobile, and desktop applications. Beyond its intuitive recording features, Ranorex Studio allows custom code module creation using C# or VB.NET,...

The Top 10 Test Automation Challenges

The Top 10 Test Automation Challenges

It’s difficult for any IT organization to execute DevOps effectively without test automation. However, it’s often easier said than done. Overcoming the challenges of automated software testing can end up slowing down product delivery and impacting quality, the exact...

7 Best Android Testing Tools

7 Best Android Testing Tools

There are more and more Android testing tools available for mobile app developers. These are our favorites for performance, accessibility, and security.