Using Library or Include Files (*.sbh and *.sbl Files in Rational Robot)

You should have noticed by now that at the beginning of each of our scripts there is a line that looks like '$Include: "DataDriven.sbh" or '$Include: "global.sbh" or sometimes a combination of two or more. There is fairly detailed information in the SQABasic help files (from Rational) regarding the use of include files. The $Include value is a metacommand. The SQABasic help files in Rational Suite Test Studio state that a metacommand is a command that gives the compiler instructions on how to build the program. In SQABasic, metacommands are specified in comments that begin with a dollar sign ($). The apostrophe (') indicates a comment, so '$ specifies a metacommand. '$Include ...

Get Just Enough Software Test Automation now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.