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

How do i create a configuration file that can import testcase containing multiple test scripts into RQM

Hi

I would like to import an excel sheet containing testcases.
Each testcase in-turn consists of multiple test scripts.
Can anyone help me with a sample excel sheet and relevant configuration file?

Thanks in advance

0 votes


Accepted answer

Permanent link
Here is the config file content

//***************Test Cases ***************************

testcase.dc:title=C2
testcase.XLSLink=requirement
testcase.XLSLink=testscript

//testcase.category term="Designer".value=E
//testcase.weight=D
//testcase.dc:description=B3



//***************** Test Scripts***************************

// We want to start looking for scripts after row 4

testscript.XLSStartRow=4

testscript.dc:title=B2
testscript.steps.type="execution"
testscript.steps.name=B
testscript.steps.title=B
testscript.steps.expectedResult=C
testscript.steps.description=B


 //*******************Requirements ****************************

//requirement.XLSStartRow=2
//requirement.XLSArtifactID=A
//requirement.dc:title=A
//requirement.dc:description=A
//requirement.XLSWorksheetID="Business Requirement"
//requirement.jzalm:owner=D
//requirement.dc:creator=D


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

Rajesh Avanthi selected this answer as the correct answer

0 votes


4 other answers

Permanent link
HI Rajesh,

If you have installed RQM Excel importer utility - please check out in your samples directory. C:\Program Files (x86)\IBM\RQMExcelImporter\Samples .

You will find a sample excel and corresponding config file.

Also you may refer to this link - https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter#Supported_Resources


0 votes

Comments

Hi Anoop
Thanks for your reply.  In my scenerio, I have a testcase (with description) and each testcase has one or many testscripts (with descriptions).                 
How can we attach many test scripts to one test case in .CFG file ?  
For Example: The excel sheet contains the following columns

        A                     B                              C                  D                            E  
Testcasename  Testscenerio_Desc  Testscript   Testscript_Desc    Exp_Results


 

      


Permanent link
Please find the format which we have used.

Test Case Import Template

0 votes


Permanent link
another option is to use the Link() modifier.

0 votes


Permanent link
The above excel sheet just imports one testcase(linked to one testsciript).How should my excel and configuration file be  in order to import one testcase(linked to multiple testscripts) and also multiple testcases becasue I see its hardcoded as "testcase.dc:title=C2". I have many testcases(and each testcase linked to multiple testscripts)

Thanks!

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
× 12,029
× 7,507

Question asked: Oct 11 '12, 5:33 a.m.

Question was seen: 7,265 times

Last updated: Mar 20 '14, 11:44 p.m.

Confirmation Cancel Confirm