Multiple Recordings¶
Purpose¶
Every time you record, the script recorder updates your test script.
Usage¶
Recording in RVL Mode¶
During Recording, the Script Recorder:
- Appends newly recorded actions to the current sheet in
Main.rvl.xlsx
- Appends newly encountered objects to the repository stored in
Object.js
- Updates
g_load_libraries
to reflect the library selections you made in the Select an Application to Record... Dialog
Recording in JavaScript Mode¶
During Recording, the Script Recorder:
- Appends newly recorded actions to the
Test()
function insideMain.js
of the current test case - Appends newly encountered objects to the repository stored in
Object.js
- Updates
g_load_libraries
to reflect the library selections you made in the Select an Application to Record... Dialog