setUpSuite (setup test suite)

Syntax:

setUpSuite();

Description:

Used to set up a test suite before the first test case is started.

This procedure can be used to set up test data or allocate resources before the first test case is started.

Overview:

Overview set up test suite

Cobol Syntax:

PROGRAM-ID. SETUPSTE.