It's all about the answers!

Ask a question

How can I import images from Word document using ETMWordImporterX64ForDotNET45 tool version 7.1


Ravi Kodavath (111) | asked Oct 31, 12:30 p.m.

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"

Be the first one to answer this question!


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.