Congratulations, you have received a badge 'Notable Question'. Check out your profile.
How can I import images from Word document using ETMWordImporterX64ForDotNET45 tool version 7.1
How can I import images from Word document using ETMWordImporterX64ForDotNET45 tool
I am trying below syntax but not working out
testscript.steps.comment=image(Table("Account Name").E)
or
testscript.dc:attachments =Table("Account Name").E
and also i have a table with two row and two columns and in cell B i consist of some raw text and some nested table i need to import this cell data into doors
when am writing this below line it is breaking link between test Suite and testcase
testsuite.Section("myns:com.ibm.rqm.planning.editor.section.testSuitePreCondition","RQM-KEY-TSUITE-PRE-COND-TITLE")=RichText(Table("#").B1)
below code is working fine but breaking the link between testsuite and testcase
testsuite.DOCStart="5.1"
testsuite.dc:title=List("5.1")
testsuite.dc:description=List("5.2")
testsuite.DOCLink=testcase
testsuite.Section("myns:com.ibm.rqm.planning.editor.section.testSuitePreCondition","RQM-KEY-TSUITE-PRE-COND-TITLE")=RichText(Table("#").B1)
testsuite.Section("myns:Background", "Background")=List("5.5")
testsuite.Section("myns:References", "References")=List("5.4")
testsuite.Section("myns:SampleSize", "SampleSize")=List("5.3")
testsuite.DOCStop="5.7"
testscript.DOCStart="1.1"
testscript.dc:title=List("1.*")
testscript.steps.type="execution"
testscript.steps.title=Table("#").B
testscript.steps.description = RichText(Table("#").B)
testscript.steps.name=Table("#").B
testscript.steps.expectedResult=Table("#").C
testscript.DOCStop="1.7"
testcase.DOCStart="1.1"
testcase.dc:title=testscript.dc:title
testcase.dc:name=testscript.dc:title
testcase.dc:description=List("1.*.2")
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCasePreCondition","RQM-KEY-TC-PRE-COND-TITLE")=List("1.*.4")
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCasePreCondition","RQM-KEY-TC-PRE-COND-TITLE")=List("1.*.4")
testcase.DOCStart="1.7"