Hello
Is there any way to take "notes" while registering a scenario and have these notes reported in the final scripts as comments (so it could be easier to follow the flow of the registration)?
thanks in advance
How to take notes while registering a scenario
Moderators: JRL, Dorian (MJT support)
- CyberCitizen
- Automation Wizard
- Posts: 724
- Joined: Sun Jun 20, 2004 7:06 am
- Location: Adelaide, South Australia
If, when you say "registering the scenario" you mean recording actions on the computer to create a macro, then yes.
While you are recording manual actions to be played back later you could open notepad for example and type "comments" there. All of your keystrokes will be recorded and will show up in the script as notepad SendText> and positioned in the recorded script where you performed the typing. The recorded script would then need to be manually edited to actually comment the notepad SendText> event "comments".
While you are recording manual actions to be played back later you could open notepad for example and type "comments" there. All of your keystrokes will be recorded and will show up in the script as notepad SendText> and positioned in the recorded script where you performed the typing. The recorded script would then need to be manually edited to actually comment the notepad SendText> event "comments".