When it comes to software development, building applications as one large monolith is long gone. Instead, teams build software in components. Sometimes the components are objects and have unit tests; often the user interface is the sum of those components. But even...
Test Automation Best Practice #4: Use Reliable Locators
If not properly designed, UI tests can be slow and prone to failure, or “fragile”. Learn how to make your tests stable, even when the UI changes.
How Would You Automate This? Data Backup and Recovery
Many applications have a way to back up and restore data. Read more about some of the common best practices for the backup and recovery of data.
How Would You Automate This? Pagination
Pagination returns a set list of entries on a given page, with a series of pages to view to find particular items. Learn how to automate pagination testing.
How Would You Automate This? CAPTCHA
Do you have CAPTCHA implemented in your product? Read this article to learn how to test CAPTCHA implementation using automation.
Test Automation Best Practice #2: Start With Regression Tests
Follow these best practices in automating regression test cases so that manual testers can have more time to focus on exploratory testing of new features.
How Would You Automate This? Localization
Is your application localized for more than one language or locale? Read this blog for tips on how to automate testing for localized content.
Insights from the 2018 Ranorex Customer Experience Survey
See what Ranorex customers have to say about themselves, their company, and their experience with Ranorex Studio test automation in this fun infographic.
Ranorex Studio 8.1 Now Available
Now available for download, Ranorex Studio 8.1 features an all-new integration with TestRail so that you can enjoy best-in-class test case management and reporting.
Integrate Automated Testing Into Jenkins
Continuous delivery and DevOps demand fast test results. Learn how to integrate Ranorex automated tests into your Jenkins CI process.