Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

[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

0 votes

Comments

 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?

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

0 votes

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Jan 19 '11, 6:25 p.m.

Question was seen: 4,275 times

Last updated: Jun 12 '23, 4:16 a.m.

Confirmation Cancel Confirm