Interview Questions

How to define an object class and map an object type to it?

Rational Robot FAQ


(Continued from previous question...)

How to define an object class and map an object type to it?

  1. Identify the class name of the window that corresponds to the object. You can use the Spy++ utility in Visual C++ to identify the class name. You can also use the Robot Inspector tool by clicking Tools > Inspector.
  2. In Robot, click Tools < General Options, and then click the Object Mapping tab.
  3. From the Object type list, select the standard object type to be associated with the new object class name. Robot displays the class names already available for that object type in the Object classes list box.
  4. Click Add.
  5. Type the class name you identified in step 1 and click OK.
  6. Click OK.

(Continued on next question...)

Other Interview Questions