[wtr-general] How to generate the test results?

2011-05-20 Thread Amit Bobade
*Dear all:* I am writing automation scripts using watir. I usually run scripts in editor and get output in the same. But when I run scripts by clicking them then scripts doesn't generate any output (i.e. There is no output window.). For this I am generating the text files to save the test

Re: [wtr-general] How to generate the test results?

2011-05-20 Thread Željko Filipin
On Fri, May 20, 2011 at 8:04 AM, Amit Bobade amit.sr...@gmail.com wrote: But when I run scripts by clicking them then scripts doesn't generate any output (i.e. There is no output window.). You run the script by double clicking rb file? I suggest that you open command prompt and execute the file

Re: [wtr-general] How to generate the test results?

2011-05-20 Thread Amit Bobade
Thanks Željko. But running scripts using command prompt is okay for me. But I have to deliver the scripts to somebody and he wants the results by double clicking the rb files. So please send me appropriate solution for the same. Thanks in advance. On Fri, May 20, 2011 at 1:33 PM, Željko Filipin

Re: [wtr-general] How to generate the test results?

2011-05-20 Thread Željko Filipin
On Fri, May 20, 2011 at 10:45 AM, Amit Bobade amit.sr...@gmail.com wrote: But I have to deliver the scripts to somebody and he wants the results by double clicking the rb files. Then create a ruby script that will output results to file. Daniel suggested one way. Željko -- Before posting,

Re: [wtr-general] How to generate the test results?

2011-05-20 Thread Amit Bobade
Thanks buddies.I will try this and will let you know the results. Thanks for your help. :) On Fri, May 20, 2011 at 2:18 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Fri, May 20, 2011 at 10:45 AM, Amit Bobade amit.sr...@gmail.com wrote: But I have to deliver the scripts to

Re: [wtr-general] How to generate the test results?

2011-05-20 Thread ranjith kumar
Hey Amit, Kindly share the XML file once you are done. Thanks in Advance. Regards, Ranjith On Fri, May 20, 2011 at 11:34 AM, Amit Bobade amit.sr...@gmail.com wrote: *Dear all:* I am writing automation scripts using watir. I usually run scripts in editor and get output in the same. But

Re: [wtr-general] How to generate the test results?

2011-05-20 Thread Amit Bobade
Hello everyone. Thanks for your help once again. I decided to generate report in HTML file instead of XML. I found a very good article for the same. Here it is: http://wiki.openqa.org/display/WTR/HTML+report+class @Ranjith, Sorry I haven't created XML file. Please have a look of this :