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
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
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....
Integrate a Ranorex Report with CI tools like Jenkins using xUnit
Note: xUnit transform is no longer supported in Ranorex Studio. Beginning with Ranorex 7.0, you can create a JUnit compatible copy of the generated Ranorex report file. The XML-based JUnit test report can easily be integrated into your CI build process. A Ranorex...
How to Test Web Services with Ranorex
This blog post will show how to test your Web Service using Ranorex Webservices Testing Tool. Start reading the Ranorex Web Services Testing Tutorial Blog!
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
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
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...
Integrating Ranorex Automation in TeamCity CI Processes
This blog post will discuss how to automate the testing in your TeamCity CI environment using Ranorex automation.