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

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"

0 votes


Be the first one to answer this question!

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

Question asked: Oct 31 '24, 12:30 p.m.

Question was seen: 200 times

Last updated: Oct 31 '24, 12:30 p.m.

Confirmation Cancel Confirm