Home Products Features

RIATest 2.0 Features

RIATest is a feature rich automation tool. With the new release of RIATest 2.0 we have added many important new features. Take a look at major features below.

Action Recorder

Action recorder quickly creates human-readable test scripts. Interact with your application and let RIATest write the scripts for you.

Create verification points by selecting properties to verify or simply Ctrl-Shift click on any UI component to generate automatic verification code.

Component Inspector

Use Component Inspector to investigate your application's GUI elements. Move your mouse pointer over them to establish their identity and inspect their properties.

Component Inspector will also show the hierarchy of GUI elements so that you can easliy spot parent-children relationship between elements.

Syntax Highlighting

Syntax highlighting makes your test scripts readable and easier to write.

Script Debugger

Built-in script debugger helps you find and fix problems in your scripts. Step through your script line by line, or have the debugger break and suspend execution on errors or on breakpoints you define. Examine variable values by hovering the mouse pointer over variable names.

More about debugging.

RIAScript language

Our powerful test script language is similar to ActionScript. There's no need to learn yet another language!

Continue to RIAScript Language Reference.

Synchronization Capabilities

Advanced automatic and manual synchronization capabilities save you countless hours of experimentation with 'pauses'.

More about synchronization here.

Find GUI Elements easily

Locate elements just by referring to their class and automationName, or by matching on any property value.

You can also use regular expressions for partial matching of values, if the exact property values are unknown or variable.

Read more about GUI element location techniques.

Edit and Continue

Pause your script, edit it, then resume without restarting the test session. RIATest then executes the modified source code.

To enable Edit and Continue feature turn off "Mark editors read-only when running" option.

Continue