It's all about the answers!

Ask a question

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


priti ps (112) | asked Apr 28 '19, 1:38 p.m.

 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

2 answers



permanent link
Ara Masrof (3.2k15) | answered Apr 29 '19, 2:40 p.m.
JAZZ DEVELOPER

 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 


permanent link
priti ps (112) | answered Apr 30 '19, 3:35 p.m.

 HI Ara , 

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

 

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.