It's all about the answers!

Ask a question

[closed] Excel Importer - Sample Execution Results Mod Help Needed


james eisenhauer (3655) | asked Jan 19 '11, 6:25 p.m.
closed Jun 12 '23, 4:16 a.m. by David Honey (1.8k17)
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

Comments
Khoa Huynh commented Jun 12 '23, 2:35 a.m. | edited 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?


I tried to add qm.buildrecord to the sample Execution Results.cfg but it failed

// result definition starting at line 5 in the spreadsheet
executionresult.XLSStartRow=5
executionresult.XLSDelimeter=\n
executionresult.dc:title=B
executionresult.er:details=C
executionresult.jzalm:state=D
executionresult.qm.buildrecord=E // fail, how can I correct this line?


David Honey commented Jun 12 '23, 4:16 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

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.

The question has been closed for the following reason: "Other" by davidhoney Jun 12 '23, 4:16 a.m.

One answer



permanent link
Hao Wan (1.5k35) | answered Jun 11 '12, 3:40 a.m.
JAZZ DEVELOPER
Hi James,
I think you can add another column( such as G) as testcase title 
and 
and using 

testcase.XLSStartRow=5 
testcase.dc:title=G
testcase.dc:description=C

executionworkitem.XLSLink=testcase 
executionworkitem.dc:title=B 
executionworkitem.dc:description=testcase.dc:description

and have a try again.