12-05-2008 06:19 AM
I have two queries related to report modification: For report generation i use .xml file
1. I want to know that is there any possibility of placing of passed reports in one folder and failed reports in another folder. .
2. I have made around 30 sequences. Now i want the reports generated from these sequences should be placed run time in the folder based on the version of the sequence. The folder name contains the version number.
EX: if i have created a folders by name test123, test124,test125. Here versions are assumed to be 123,124,125. When ever run a sequence the report should check for the version number and should place the report in that corresponding version folder. The folder version name is a global variable.
12-05-2008 06:24 AM
Hi, Do you produce your report on the fly ?
Best Regards
Dave
12-06-2008 07:20 AM
12-06-2008 04:39 PM
Hi,
If you add the ReportActions sequence file callback into your sequence, this will give you the control over the report parameters. Then add statements with preconditions based upon the Result.status which will set the file report path dynamically.
12-07-2008 12:38 AM