[closed] Excel Importer - Sample Execution Results Mod Help Needed
The sample called Execution Results is almost what I need.
Is there a way to modify the config file to use a different test case for each result? I have been beating on this thing for a couple days now with no success.
So basically 1 test case per 1 result instead of 1 test case for 20 results.
Here is the sample config file.
// this configuration file will create a static testcase linked to a static configured test case which links to
// several results
// static test case definition
testcase.XLSStartRow=5
testcase.XLSArtifactID=A
testcase.dc:title=B
testcase.dc:description=C
// static configured testcase definition with link to testcase
executionworkitem.XLSLink=testcase
executionworkitem.dc:title=B
executionworkitem.dc:description=C
// result definition starting at line 5 in the spreadsheet
executionresult.XLSStartRow=5
executionresult.XLSDelimeter=\n
executionresult.dc:title=B
executionresult.dc:description=C
executionresult.jzalm:state=D
executionresult.er:starttime=E
executionresult.er:endtime=F
//links all results to all of the configured testcases in the worksheet.
executionresult.XLSLink=executionworkitem
Is there a way to modify the config file to use a different test case for each result? I have been beating on this thing for a couple days now with no success.
So basically 1 test case per 1 result instead of 1 test case for 20 results.
Here is the sample config file.
// this configuration file will create a static testcase linked to a static configured test case which links to
// several results
// static test case definition
testcase.XLSStartRow=5
testcase.XLSArtifactID=A
testcase.dc:title=B
testcase.dc:description=C
// static configured testcase definition with link to testcase
executionworkitem.XLSLink=testcase
executionworkitem.dc:title=B
executionworkitem.dc:description=C
// result definition starting at line 5 in the spreadsheet
executionresult.XLSStartRow=5
executionresult.XLSDelimeter=\n
executionresult.dc:title=B
executionresult.dc:description=C
executionresult.jzalm:state=D
executionresult.er:starttime=E
executionresult.er:endtime=F
//links all results to all of the configured testcases in the worksheet.
executionresult.XLSLink=executionworkitem
The question has been closed for the following reason: "Other" by davidhoney Jun 12 '23, 4:16 a.m.
Comments
Khoa Huynh
Jun 12 '23, 4:14 a.m.Dear all, in Excel importer - Sample Execution Result, I want to include Build Record in column E for each execution result. How can I modify the sample Execution Results.cfg for that?
David Honey
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jun 12 '23, 4:16 a.m.Please do not post questiions as answers to questions, especially on a post that was mde 4 years ago. If you want to ask a question, please post your own question. Thanks.