RQMWordImporter: how to import whole MS Word Table
Is it possible to import a whole MS Word table into a RichText section of a testcase?
What I've tried and did not work:
testcase.Section("myns:com.ibm.rqm.planning.editor.section.caseTestScope", "RQM-KEY-TC-TEST-SCOPE-TITLE")=RichText(Table("TestCaseTable").A & Table("TestCaseTable").B)
testcase.Section("myns:com.ibm.rqm.planning.editor.section.caseTestScope", "RQM-KEY-TC-TEST-SCOPE-TITLE")=RichText(Table("TestCaseTable"))
Do you have any idea how to construct such a script?
Thanks!
What I've tried and did not work:
testcase.Section("myns:com.ibm.rqm.planning.editor.section.caseTestScope", "RQM-KEY-TC-TEST-SCOPE-TITLE")=RichText(Table("TestCaseTable").A & Table("TestCaseTable").B)
testcase.Section("myns:com.ibm.rqm.planning.editor.section.caseTestScope", "RQM-KEY-TC-TEST-SCOPE-TITLE")=RichText(Table("TestCaseTable"))
Do you have any idea how to construct such a script?
Thanks!
Accepted answer
Hi Gabor,
Currently we dont have any such feature but there is one planned for RQM 6.0.2 release.
support HTML tags on excel import (144483)
Currently we dont have any such feature but there is one planned for RQM 6.0.2 release.
support HTML tags on excel import (144483)
One other answer
Hi Reshma,
thanks for your prompt answer. I think enhancement 144483 would not be a solution for my problem.
I have to import the tables from MS Word document: either the whole tables or a number of rows into a RichText section in RQM.
Is it going to be supported as well?
thanks for your prompt answer. I think enhancement 144483 would not be a solution for my problem.
I have to import the tables from MS Word document: either the whole tables or a number of rows into a RichText section in RQM.
Is it going to be supported as well?