Scripting¶
Purpose¶
There are three reasons to script with Rapise:
- To modify a recorded test to increase coverage, add assert statements, or make the test data-driven.
- To extend recording functionality by defining your own objects, actions, and libraries.
- To customize the Rapise Engine.
Usage¶
Rapise scripts are written in JavaScript (NodeJS or Microsoft JScript, depending on the 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.