![]() |
![]() |
![]() |
![]() |
END TEST-CASE Command
Description:
The END TEST-CASE command terminates a section of the script that starts with a START TEST-CASE command, to create an individual test case.
If the END TEST-CASE command is reached during execution of the script, the test case is considered to have succeeded, and the message specified in the test definition is sent to the report log.
Test cases cannot be nested. However, there is no restriction on calling another script that contains test cases, from within a test case section.
Format:
END TEST-CASEParameters:
Example:
START TEST-CASE "Checking distribution rate" IF (dist_rate < minimum) THEN FAIL TEST-CASE ENDIF END TEST-CASE
CYRANO Customer Support: France +33 (0) 1 56 33 40 00 USA +1 (978) 462-0737; Toll free 800-714-4900 UK +44 (0) 1274 761024 support-fr@cyrano.com support-us@cyrano.com support-uk@cyrano.com |
![]() |
![]() |
![]() |
![]() |