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 (Microsoft JScript). 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. Rapise also uses NodeJS to aid in providing hyperlinks to errors in your test.