Used to specify the test cases to be included (-tci )
or excluded (-tcx ) during execution. The option (-tci
or -tcx ) is followed by a list of test case IDs to be included or
excluded. You can specify the test case IDs in three different ways as follows:
You can specify the test case IDs using all the three different
ways listed above. For example, in the following testexecute
command, the test cases list is a combination of comma-separated test case IDs,
test case ID range and a .tcs file containing IDs of the test
cases to be included during execution:
> testexecute
c:\tefintegrationtest\TEFIntegrationTest-regular.script -tci
TEST-001,TEST-002,TEST-008:TEST-015,some.tcs
|