Interview Questions

How to code a script manually?

Rational Robot FAQ


(Continued from previous question...)

How to code a script manually?

  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.

(Continued on next question...)

Other Interview Questions