It's all about the answers!

Ask a question

Unable to upload Test Execution Results to RQM


Anitha Pathuri (8818) | asked Feb 22 '16, 4:11 a.m.

Hi,

I am Unable to upload Test Execution Results to RQM, can any one help here?

My CFG file is

// the literal "execution" will be put into the step type tag, so all steps will be of type execution
testscript.steps.type=H
testscript.steps.description=E
testscript.steps.title=D
testscript.steps.name=D
testscript.steps.expectedResult=F
//testscript.steps.property name="comment"=J

// a new script starts when we encounter an empty row
testscript.XLSDelimeter=\n
 
// we want to use the data we got for each test script to create a test case
testcase.ID=testscript.XLSArtifactID

// by refering to the testscript's field instead of the column that data comes from
// the tool will also create links to each of the test scripts.
testcase.dc:title=testscript.dc:title
testcase.dc:description=testscript.dc:description
testcase.XLSArtifactID=B
//testcase.priority=G

//execution workitem
executionworkitem.XLSStartRow=2
executionworkitem.XLSArtifactID="executionworkitem_" & B
executionworkitem.dc:title=B
executionworkitem.testcase=Link(B)
executionworkitem.XLSDelimeter=\n

//execution result
executionresult.XLSStartRow=2
executionresult.XLSDelimeter=\n
executionresult.dc:title=executionworkitem.dc:title
executionresult.dc:description=E
executionresult.jzalm:state=J
executionresult.er:starttime=K
//executionresult.er:endtime=L
executionresult.er:stepResults.steptitle=D
executionresult.er:stepResults.stepname=D
//executionresult.er:stepResults.vg:id=F
executionresult.er:stepResults.er:steptype=H
executionresult.er:stepResults.er:result=I
executionresult.er:stepResults.er:description=E
executionresult.er:stepResults.er:expectedResult=F
executionresult.er:stepResults.er:actualResult=F
executionresult.testcase=Link(D)
executionresult.testscript=Link(B)

and my excel is

Path

Test Case Name

Subject

Step No.

Action

Expected

Priority

Step Type

Step Result

Overall Result

Start time

End time

Cancel_and_Replace - different service from and to dates - FROM date - Connect date correction CARP 411

Objective: When a bill is cancelled

but then replaced with different from/to dates, when the customer clicks on the original EMB VB/PDF

SSO link they should first be directed to a

message letting them know that the billing month they are trying to retrieve is no longer available.

They should then be directed to the replaced/corrected bill.

Step 1

Select an EMB enrolled account for which an

initial bill has been issued. If not, create

conditions for Initial bill to be issued.

Attach EMB notification and Link.

 

EMB account selected

 

execution

Pass

Passed

2015-11-07T13:04:00

I am getting internal server error.

Thanks,

Anitha


Comments
Anitha Pathuri commented Feb 22 '16, 4:16 a.m.

few lines missed in CFG before the first line displayed above


// Start looking for scripts after row 2
testscript.XLSStartRow=2

// use the data in the first row of a found script's column B
testscript.XLSArtifactID=B
testscript.dc:title=B
testscript.dc:description=C


Joao Carusi commented Feb 22 '16, 1:49 p.m. | edited Feb 22 '16, 1:51 p.m.

Are you only facing issue with "Test Execution Results"?  Have you have tried using a sample file ( C:\Program Files\IBM\RQMExcelImporter\Samples) ? What was the results?

- Check version of RQM you are using.
Go to Help (question mark icon)  > About this application

-  Make sure you have the right RQM Excel importer tool version for the RQM you are using.
"The RQM Excel/Word is not compatible between Rational Quality Manager versions."

- What userid are you using in RQM Excel Export tool ?

a) Is this user member of the project area that you are trying to import data ?

b) Check the "Repository Permissions" and "Client Access Licenses" for the user that is facing the issue

c) Check the "Process Roles"  for the user that is facing the issue

One answer



permanent link
Mehul Patel (9695) | answered Mar 08 '16, 9:31 a.m.
FORUM MODERATOR
Anitha,

Apart from the pointers provided by Joao, you can check the detailed error captured under folder '%appdata%/Mso2Rqm'.

Regards,
Mehul

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.