RSS Feed for Rational Robot Interview QuestionsCategory: Rational Robot Interview Questions

Can Rational Robot run on a Unix or a MacIntosh machine? »

No, Rational Robot cannot run on a Unix or MacIntosh machine.

What files are created when recording a VU script in Rational Robot; where are these files located? »

The files created are as follows:
Script files: (*.s) Located in script directory (TMS_Scripts) of your project.
Watch files: (* .wch) Located in the session directory (TMS_Session) of your
project.
Header files: (*.h) The VU.h file shipped with TestManager is located in
\rational\rational test\include by default.

Is it possible for Rational Robot to verify the existence of a HTMLTable? »

Yes, use the SQAFindObject command or SQAWaitForObject command, rather
than a verification point, as these two commands relate only to the object itself.
This means that any changes to the data or size of the Table will not affect the verification.

Can Robot Scripts be placed into Rational ClearCase? »

It is not possible to place the scripts only inside a ClearCase VOB. However the entire test assets can be placed within a VOB via Unified Change Managment.