Rational Robot Question:

How to code a script manually?

Rational Robot Interview Question
Rational Robot Interview Question

Answer:

1. In Robot, click File > New > Script.
2. Type a script name (40 characters maximum) and, optionally, a description of the script.
3. Click GUI.
4. Click OK. Robot creates an empty script with the following lines:
Sub Main
Dim Result As Integer
'Initially Recorded: 01/17/05 14:55:53
'Script Name: GUI Script
End Sub
5. Begin coding the GUI script.


Previous QuestionNext Question
How to define script properties?How to add a new action to an existing script?