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

Using Link() Modifier

I am also trying to use the Link() modifier or LinkExisting(Modifier) as follows. I export content from my Test Case that are in Word to an XML file which I then import into RQM as a RQM Test Case. So, now I have the RQM Test Case ID Number. Next, I place the RQM Test Case ID Number into the Test Procedure Steps table. For example, I place the RQM Test Case ID "10" into Table 1 Column A Row 1 and the Test Steps start in Column B Row 2. I tried to use the syntax shown below to export the ID number as part of the Test Steps so that when I import the Test Steps into RQM as a Test Script a link to RQM Test Case "10" will be automatically established. This syntax does not work. The XML file contains all of the Test Steps from the Word document, but not the RQM Test Case ID Number.
testscript.testcase=Link(Table(1).A1)

I also tried testscript.testcase=Link("10") and that doesn't work either. The XML file contains no reference to the Link ID "10".

Thanks for your help

0 votes



One answer

Permanent link
 Hi Bob,
which version of Word Importer are you using?
if you want to link testcase and testscript 
the format should be 
testcase.testscript=Link("10"), you can have a check whether XML file contains the reference to the Link ID "10" this time.

0 votes

Your answer

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
× 92

Question asked: Apr 11 '13, 5:38 a.m.

Question was seen: 3,156 times

Last updated: Apr 11 '13, 10:33 p.m.

Confirmation Cancel Confirm