Skip to content

Customizable Engine

Purpose

The source code for most of Rapise's implementation is available for you to read and modify. You may find it useful when creating a library customized for your application.

Usage

Unless otherwise specified, Rapise will be installed at

1
C:\Program Files (x86)\Inflectra\Rapise\

The source code is in the Engine directory. The recording and learning libraries are located in Engine\Lib. The core logic resides in four files: SeSAction.js, SeSBehavior.js, SeSCommon.js, and SeSConfig.js.

Note: If you plan to make changes to the Rapise Engine, we recommend using a version control system capable of reconciling code conflicts, since user customizations are not officially supported. However, please let us know if you believe your customizations would be generally useful; if we decide to integrate them into Rapise, we will then support them.

To add the Engine to any of your tests, use the Ctrl+Shift+E shortcut.

engine collapsed

engine expanded

See Also