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

2007-03-28 Thread Charley Baker

There might be a way to redirect both to console and file, search google for
redirect dos output. I know how to do it in unix, but not sure how to do it
in dos. You might also want to look at ci_reporter (available on rubyforge),
log4r or some other mechanism to log your test runs.

-Charley

On 3/27/07, Jason He [EMAIL PROTECTED] wrote:


 Thanks for your reply.



But there will no message output in the console.

Could it output to both console and file?



Regards,

Jason
 --

*From:* [EMAIL PROTECTED] [mailto:
[EMAIL PROTECTED] *On Behalf Of *Charley Baker
*Sent:* 2007年3月27日 22:50
*To:* wtr-general@rubyforge.org
*Subject:* Re: [Wtr-general] How to get report message after running
everytest case



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 the
console.

Now, in order to make statistics for these messages, could they also
output to the log file by script?





The following is the report message after running one test case




Finished in 15.063 seconds.



  1) Failure:

test_b(TC_rt_r_login) [C:/watir1145/runtime/rt_r_login.rb:34]:

false is not true.



5 tests, 4 assertions, 1 failures, 0 errors






Regards,

Jason


___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general



___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

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

2007-03-28 Thread Paul Rogers
there was some code posted to comp.lang.ruby in the last few days to do this.


There might be a way to redirect both to console and file, search google for
redirect dos output. I know how to do it in unix, but not sure how to do it
in dos. You might also want to look at ci_reporter (available on rubyforge),
log4r or some other mechanism to log your test runs.

-Charley

On 3/27/07, Jason He [EMAIL PROTECTED] wrote:


 Thanks for your reply.



But there will no message output in the console.

Could it output to both console and file?



Regards,

Jason
 --

*From:* [EMAIL PROTECTED] [mailto:
[EMAIL PROTECTED] *On Behalf Of *Charley Baker
*Sent:* 2007年3月27日 22:50
*To:* wtr-general@rubyforge.org
*Subject:* Re: [Wtr-general] How to get report message after running
everytest case



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 the
console.

Now, in order to make statistics for these messages, could they also
output to the log file by script?





The following is the report message after running one test case




Finished in 15.063 seconds.



  1) Failure:

test_b(TC_rt_r_login) [C:/watir1145/runtime/rt_r_login.rb:34]:

false is not true.



5 tests, 4 assertions, 1 failures, 0 errors






Regards,

Jason


___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general



___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

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

2007-03-27 Thread Jason He
Thanks for your reply.

 

But there will no message output in the console.

Could it output to both console and file?

 

Regards,

Jason



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Charley Baker
Sent: 2007年3月27日 22:50
To: wtr-general@rubyforge.org
Subject: Re: [Wtr-general] How to get report message after running everytest 
case

 

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] mailto:[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 the console.

Now, in order to make statistics for these messages, could they also output to 
the log file by script? 

 

 

The following is the report message after running one test case



Finished in 15.063 seconds.

 

  1) Failure:

test_b(TC_rt_r_login) [C:/watir1145/runtime/rt_r_login.rb:34]:

false is not true.

 

5 tests, 4 assertions, 1 failures, 0 errors



 

Regards,

Jason


___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

 

___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general