equal
deleted
inserted
replaced
15 |
15 |
16 Fshell wrapper for testexecute.exe. |
16 Fshell wrapper for testexecute.exe. |
17 |
17 |
18 ==long-description |
18 ==long-description |
19 |
19 |
20 An fshell exe that wraps up a Test Execute script run and redirects its output to the fshell console. |
20 An fshell exe that wraps up a Test Execute script run and redirects its log output to the fshell console. |
|
21 |
|
22 Important note: Older versions of Test Execute do not support the C<-tci> and C<-txi> options. Therefore, C<--include> and C<--exclude> may have no effect. |
21 |
23 |
22 ==option bool d debug |
24 ==option bool d debug |
23 |
25 |
24 Used to put the system into debug mode. This means that the C<PAUSE> command pauses the script engine until the user hits a key. |
26 Used to put the system into debug mode. This means that the C<PAUSE> command pauses the script engine until the user hits a key. |
25 |
27 |
45 |
47 |
46 =back |
48 =back |
47 |
49 |
48 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: |
50 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: |
49 |
51 |
50 c:\>testexecute c:\tefintegrationtest\TEFIntegrationTest-regular.script -tci TEST-001,TEST-002,TEST-008:TEST-015,some.tcs |
52 c:\>testexecute c:\tefintegrationtest\TEFIntegrationTest-regular.script -tci TEST-001,TEST-002,TEST-008:TEST-015,some.tcs |
51 |
53 |
52 ==option bool t ignore |
54 ==option bool t ignore |
53 |
55 |
54 For compatibility with testeexecute.exe, so you can specify includes with C<-tci>, which is a syntax fshell doesn't normally accept. Has no effect. |
56 For compatibility with testeexecute.exe, so you can specify includes with C<-tci>, which is a syntax fshell doesn't normally accept. Has no effect. |
55 |
57 |