[Wtr-general] How to get report message after running every test case

2007-03-27 Thread Jason He
Dear all, I write some the filename of test cases in a windows bat file, execute the bat file, and then report messages for each test case will output in the console. Now, in order to make statistics for these messages, could they also output to the log file by script? The following

Re: [Wtr-general] How to get report message after running every test case

2007-03-27 Thread Charley Baker
You can redirect the output of your bat file to a file: mybat.bat results.txt -Charley On 3/27/07, Jason He [EMAIL PROTECTED] wrote: Dear all, I write some the filename of test cases in a windows bat file, execute the bat file, and then report messages for each test case will output in