It's all about the answers!

Ask a question

test script steps and result are not getting created from the below config file. can anyone help?


priti ps (111) | asked Apr 30 '19, 11:46 a.m.

 


// Test Case Creation and Test script linking
testcase.XLSWorksheetID="TestCases2"
testcase.dc:title=testscript.dc:title
testcase.dc:description=testscript.dc:description
testcase.XLSStartRow=2
testcase.priority=C
testcase.alm:state=E
testcase.dc:description=F
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="TestScripts2"

// We want to start looking for scripts after row 2
testscript.XLSStartRow=3
testscript.XLSArtifactID=A
testscript.dc:title=A
testscript.dc:description=D
// 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)
//testscript.steps.type="execution"
//testscript.steps.description=B
//testscript.steps.title=A
//testscript.steps.name=A
//testscript.steps.expectedResult=C

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

One answer



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

 The manual step section is empty . 

when clicking on the history link .. it says the steps and results are added. 
somehow am not able to attach the screenshot here


Comments
Don Yang commented Apr 30 '19, 8:38 p.m.
RQM and ExcelImporter version are important info as some version may have specific issues. your cfg looks mainly from Sample:
Scripts that create testcases.cfg
if you run the sample Scripts that create testcases.cfg/xls, do you have the same problem or not? if not, then you can compare the difference between the sample cfg and yours and see if you may try something different.

priti ps commented May 02 '19, 5:22 a.m.

 RQM Version -  6.0

ExcelImporter version - 4.0.1 

yes, the cfg files are same and it gives the same problem  

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.