Interview Questions

Using Datapools with GUI Scripts.

Rational Robot FAQ


(Continued from previous question...)

Using Datapools with GUI Scripts.

A GUI script can access a datapool when it is played back in Robot. Also, when a GUI script is played back in a TestManager suite, the GUI script can access the same datapool as other GUI scripts and/or session scripts.
There are differences in the way GUI scripts and session scripts are set up for datapool access:
. You must add datapool commands to GUI scripts manually while editing the script in Robot. Robot adds datapool commands to session scripts automatically.
. There is no DATAPOOL_CONFIG statement in a GUI script. The command SQADatapoolOpen defines the access method to use for the datapool.

(Continued on next question...)

Other Interview Questions