Select Page

Ranorex Speed #2: The Repository Cache

Ranorex supports caching for app folders and rooted folders, which are two types of repository folders. The repository caching feature was designed specifically to improve test run performance. When an action associated with a repository item is executed during a test...

Ranorex Basics: RanoreXPaths and Repositories

In the previous post, we discussed plugins, elements and adapters, the most basic Ranorex components that make everything else tick. Whereas elements and adapters are the raw materials, RanoreXPaths and the repository are the sauce that makes it possible to query and...

Where Have All The Good JavaScript Tutorials Gone?

This is a good news bad news post. If you want, you can skip ahead to the good news. The Bad News If you happen to be a JavaScript newbie scouring the web for a good free JavaScript tutorial, you’re pretty much out of luck. It’s amazing how many of the...

Ranorex Basics: Plugins, Elements and Adapters

Ranorex Studio does a great job of hiding all the internals making things simple for non-coders. When you get started with Ranorex, recording modules and building test suites, you don’t have to know too much about how it does things internally. But as your test suites...

Ranorex Speed #1: Screen Resolution and the Debugger

The screen resolution and the Ranorex Studio debugger affect the execution speed of the test run. Ranorex Studio is built on top of the excellent open source SharpDevelop IDE, which is designed to mimic the Visual Studio IDE. This gives Ranorex many advanced...