March 2020
Intermediate to advanced
534 pages
14h 15m
English
There are some attributes we can add to the class declaration to alter how this behaves. In some cases, we need a lot of data in order to process the test case. These are attributes that start with SysTestCase.
Open one of the test classes, and at the top of the class, type SysTestCase in order to reveal a list of test attributes.
The following two attributes are often used in test cases:
| [SysTestCaseAutomaticNumberSequences(true)] | This will create number sequences using defaults. The true parameter uses runtime detection to create references and code. |
| [SysTestCaseDataDependency('usmf')] | This will run the tests in the data context of the usmf company in the default partition. |
The final attribute is useful when running ...
Read now
Unlock full access