Create and Share your own Custom Actions for the Recorder

Create and Share your own Custom Actions for the Recorder

This article explains how custom actions can be implemented and used directly within Ranorex Recorder. Additionally, it provides an example implementation of a custom (user code) action. It furthermore describes how this action can easily be shared – e.g. to also make such actions available for non-programmers, mainly through the use of Ranorex Recorder.

Integrate Ranorex Tests in andagon’s ALM tool aqua

Integrate Ranorex Tests in andagon’s ALM tool aqua

Guest blog post by Stefan Büssemaker, Innovation Manager at andagon GmbH This blog post will illustrate the interaction between Ranorex and the application lifecycle management solution aqua. In a few simple steps you can expand your Ranorex test cases with the...

Sharing Data from One Ranorex Module to Another

Sharing Data from One Ranorex Module to Another

Sometimes it is necessary to access the value of a specific variable in more than only one module in a test case. An example for this would be any kind of converter: In one module the value to be converted is read in. In another module this value is converted....

Automated Testing and Dynamic IDs

Automated Testing and Dynamic IDs

If software is configurable, it often means that the software relies on dynamic content – dynamic content is typically based on dynamic identifiers (IDs). Using dynamic IDs often leads to problems in test automation because they are newly generated each and every time...

Share your Ranorex Report using any Browser

Share your Ranorex Report using any Browser

This blog post will discuss the possibilities to share your automatically generated Ranorex Reports over your local network or via email. There is no need to have Ranorex installed on the machine you will open the shared report. This is...

Bamboo CI with Ranorex Test Automation

Bamboo CI with Ranorex Test Automation

The common method for developing software has been shifting more and more from classical development models to more agile software development. In response to numerous inquiries from Ranorex customers, we have decided to write another Ranorex integration...