Skip to content

Recording

Purpose

Recording refers to Rapise tracking your interactions with an application.

Rapise observes the actions you take while using the AUT and transforms them into a script (RVL or JavaScript) that you can execute using the Play button. The script can be extended and modified for specific purposes.

Usage

The Recording Activity (RA) Dialog opens when you start a recording using the Record toolbar button. In Testing Framework mode, you must also select a destination test case for the new recording. When the Recording Activity dialog appears, Rapise has connected to your AUT and is ready to monitor and record your interactions. You'll find instructions here. Alternatively, you can refer to one of the examples:

recording activity dialog

Rapise can record across multiple applications. For example, you might perform some steps in a web browser and then proceed to a desktop client. The quality of recording results depends on the selected libraries. For instance, if your application includes components developed with both Managed and Java technologies, then you need to have both Managed and Java libraries selected in the library chooser.

You'll notice that the RA dialog has a grid. As you interact with the AUT, your actions will be listed in the grid.

If you record an incorrect action, you can right-click on the action and delete it.

To ensure successful recording of your interactions with the AUT, navigate slowly through it. Wait a second or two between each action to allow Rapise sufficient time to interpret and record your actions. Once your actions are updated in the RA dialog grid, you are free to continue with the next action.

When you are done recording, press the Finish button in the RA dialog or press Ctrl+3. The RA dialog will disappear, and you will see an automatically generated script opened in Rapise.

For Mobile Testing, you will need to use the Spy button, which allows you to select a specific object using the Mobile Spy:

recording_activity_dialog_mobile_empty

See also