[wtr-general] Re: Need to print results of Mulitple scripts in one HTML file

2009-10-08 Thread Prajakta Jadhav
Sorry Bindhu, I have never used CLReport. so can't help you on it. Though I can share with you the sample script that I use. It goes as follows -> def open_log_file(log_name) if(File.exist?(log_name)) #If the log file already exists, attach the new results to it @

[wtr-general] Re: Need to print results of Mulitple scripts in one HTML file

2009-10-08 Thread Bindhu
Thanks Prajakta and Rohan for ur quick reply, And sorry to bother you again... I the below code in every script r = CLReport.new() testReport = r.createReport('D:\\Automation\\ReportName') < Script to be executed>> end r.addtoReport("testReport","TC_001", 'PASSED', "New Acc

[wtr-general] Re: Need to print results of Mulitple scripts in one HTML file

2009-10-08 Thread Rohan Ojha
.com Subject: [wtr-general] Re: Need to print results of Mulitple scripts in one HTML file Shouldn't be a problem. Open the same html file in both the scripts for logging the results. It will log the results one after another in the same html file. -Prajakta On Fri, Oct 9, 2009 at

[wtr-general] Re: Need to print results of Mulitple scripts in one HTML file

2009-10-08 Thread Prajakta Jadhav
Shouldn't be a problem. Open the same html file in both the scripts for logging the results. It will log the results one after another in the same html file. -Prajakta On Fri, Oct 9, 2009 at 10:31 AM, Bindhu wrote: > > Hi All, > > In batch file I have included 2 scripts to be executed. After a