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

What is the syntax for creating a test case custom attribute of size medium using RQM Excel importer

 One of our validation teams needs a medium size custom attributes that can hold data more than 250 character,

What is the syntax for creating a test case custom attribute of size medium using RQM Excel importer, I used the below syntax and it did not work:
testcase.customAttributes name="Requirement".type="MEDIUM_STRING"

0 votes



One answer

Permanent link
What is your RQM and RQMExcelImporter version?

What do you mean by "it did not work"? no custom attributes named Requirement got created?

According to the doc, the valid syntax would be like

//Directly specifying attribute’s parameter in config file                       
testcase.customAttributes identifier="Custom_attribute_0".name=" Custom attribute 0".type="MEDIUM_STRING".value=O

 //Order of parameter is not relevant (v602 onward)                       
testcase.customAttributes name=" Custom attribute 0".type="MEDIUM_STRING". identifier="Custom_attribute_0".value=O

So in your case, you would need to specify value as it is mandatory as per the doc.

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,024

Question asked: Oct 09 '18, 4:54 p.m.

Question was seen: 1,950 times

Last updated: Oct 09 '18, 7:54 p.m.

Confirmation Cancel Confirm