It's all about the answers!

Ask a question

RQM excel Importer Test Script Custom Section


0
1
Matthew Chin (214) | asked Jan 07 '19, 1:04 p.m.
edited Jan 07 '19, 1:06 p.m.

 

I created a Custom Section for Test Scripts called Tables. 
When attempting to import the Test scripts I get an Error.

Is this the correct syntax for importing a Custom Test Script section? 
testscript.section("myns:com.ibm.rqm.planning.editor.section.dynamicSection_1546300150765","Tables")=RichText(W)

Accepted answer


permanent link
Monika Rajput (25612) | answered Jan 08 '19, 2:23 a.m.
Hi Matthew,

For importing a Custom Test Script section the syntax would be :

1. testscript.Section("myns:dynamicSection_1546300150765","Test")=W - `S` of `section` would be in capital letter.
or
2. testscript.dynamicSection_1546300150765=W
Matthew Chin selected this answer as the correct answer

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.