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
@
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
.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
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