Within Ranorex Studio V2.1, the Ranorex Recorder provides the ability to declare user code actions which are executed as standard actions. Here are a few examples:
- Convert simple keyboard inputs to data driven actions
- Extend recordings with conditional code or loop actions
- Extend recordings with specific validation actions
- Reuse of commonly used test modules within recordings
- Allow testers without extensive programming skills to reuse code actions through the Recorder's actions table
- Create configurable, parameter-driven recordings
- ... and a lot more!
How to extend recordings with user code...