MCQOPTIONS
Saved Bookmarks
| 1. |
What is the correct syntax for using ASSERT statement? |
| A. | ASSERT condition [REPORT string] [SEVERITY name]; |
| B. | Condition [REPORT string] [SEVERITY name] ASSERT; |
| C. | Condition [SEVERITY name] [REPORT string] ASSERT; |
| D. | ASSERT condition [SEVERITY name] [REPORT string]; |
| Answer» B. Condition [REPORT string] [SEVERITY name] ASSERT; | |