Is there a way to edit recordings in the Scintilla UI?

Ranorex Studio, Spy, Recorder, and Driver.
jasong
Posts: 49
Joined: Fri Oct 26, 2007 9:38 pm
Location: Texas

Is there a way to edit recordings in the Scintilla UI?

Post by jasong » Mon Oct 29, 2007 6:05 pm

Our app does not allow certain duplicate entries, so some text entered for tests must be unique.

Is there a way to record a session, then edit the values in place before playing back to verify the recorded session?

Furtheremore, can this be done in the Actions tab that then regenerates (updates) the code/data for the other tabs?

Thanks again for a great product. And thanks for supporting Python! :D

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Post by Support Team » Tue Oct 30, 2007 10:07 am

At the moment the RanorexRecorder only allows to delete actions and you have to replay the recorded actions in order to generate C#/C++/Python code.

But you can save the recorded actions as XML and edit the the values in the XML file. The modified XML file can then be loaded using the Recorder GUI. If you don't need the Recorder GUI, you can even pass the XML filename as the first argument when calling the RanorexRecorder.exe from the command line (e.g. "RanorexRecorder.exe MySaved.xml").

Alex
Ranorex Support Team