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

Error while creating test suite in RQM . Suspect the syntax in cfg file

 Hi, I get the below error and the test script is not getting created. 


Error sending to server Test_TestScripts_1.xml of type testscript
The remote server returned an error: (400) Bad Request.

CFG File:

// Test Case Creation and Test script linking
testcase.XLSWorksheetID="TestCases"
testcase.XLSStartRow=2
testcase.dc:title=B
testcase.priority=C
testcase.jzalm:owner=D
testcase.alm:state=E
testcase.dc:description=F
testcase.dc:creator=G
testcase.weight=H
testcase.category term="Automation Status".value=I
testcase.category term="Category".value=J
testcase.category term="Function".value=K
testcase.category term="Test Phase".value=L
testcase.XLSLink=testscript
// Test Script Creation 
testscript.XLSWorksheetID="TestScripts"

// We want to start looking for scripts after row 2
testscript.XLSStartRow=3
//testscript.dc:description=B
//testscript.dc:title=B
// the literal "execution" will be put into the step type tag, so all steps will be of type execution
testscript.steps.type="execution"
testscript.title=A
testscript.steps.description=B
testscript.steps.expectedResult=RichText(C)

// a new script starts when we encounter an empty row
testscript.XLSDelimeter=\n

0 votes



2 answers

Permanent link

 Is there any additional error message in the Mso2Rqm_Debug log?


When an import fails, the 'Export to RQM' dialog displays an error and the location of the event log file. In the event of an import error, see the debug log file ( C:\Documents and Settings\<USER>\Application Data\Mso2Rqm\Mso2Rqm_Debug.log ‘%appdata%\Mso2Rqm\Mso2Rqm_Debug.log’) 

The log should provide a bit more information to pin-point the nature of the error 

0 votes


Permanent link

 HI Ara , 

i added the below line in config and it worked 
testscript.XLSArtifactID=A

 

0 votes

Your answer

Register or log in 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.

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
× 6,131

Question asked: Apr 28 '19, 1:38 p.m.

Question was seen: 1,798 times

Last updated: May 02 '19, 10:58 a.m.

Confirmation Cancel Confirm