Skip to content

Scripting

Purpose

There are three reasons to script with Rapise:

  1. To modify a recorded test to increase coverage, add assert statements, or make the test data-driven.
  2. To extend recording functionality by defining your own objects, actions, and libraries.
  3. To customize the Rapise Engine.

Usage

Rapise scripts are written in JavaScript (NodeJS or Microsoft JScript, depending on settings). You can run and debug your script using the full featured Internal Debugger. Rapise includes a testing API, with methods for manipulating images, spreadsheets, common GUI widgets, and more.

See Also

JScript Language Reference