Our previous post “Exactly Who is Doing the Testing?” examined how business experts contribute to software testing. Now, here’s six ways that developer testing helps teams improve quality and reduce time to release.Software testing is one of the most critical aspects...
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...
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.
Running Ranorex Automated Tests with HP Quality Center
HP Quality Center is a web based test management software which supports both manual and automated testing of UI based applications. Having an existing HP Quality Center infrastructure, it’s easy to integrate your Ranorex automation since HP Quality Center offers so...
Using Subversion with Ranorex projects
In general, it’s a good idea to use some kind of revision control system to keep track of the progression of your automated test projects – that way you can revert to a previous version if you run into trouble. Additionally using such a version control system is...