How to create URL Link in Test Case Design section by using RQM Excel Importer
Im trying to import over RQM Excel Importer a testcases.
1.In the corresponding cfg file:
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCaseDesign","RQM-KEY-TC-DESIGN-TITLE")=O
2. in the xls file exists in the O-Column a URL like:
Notes://SNJLNT02/8825676E006EBFA3/6F46183F9B535A8888256E14007B647A/4B441B903E52EC4988256D64007D6AC1
3. after importing this testcase this URL is a simple string. I would like to create during import an URL Link.
Is there any possibility to do that?
1.In the corresponding cfg file:
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCaseDesign","RQM-KEY-TC-DESIGN-TITLE")=O
2. in the xls file exists in the O-Column a URL like:
Notes://SNJLNT02/8825676E006EBFA3/6F46183F9B535A8888256E14007B647A/4B441B903E52EC4988256D64007D6AC1
3. after importing this testcase this URL is a simple string. I would like to create during import an URL Link.
Is there any possibility to do that?
Accepted answer
One other answer
Have read the proposed wiki. Have try to use :
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCaseDesign","RQM-KEY-TC-DESIGN-TITLE")=Pre(O) or
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCaseDesign","RQM-KEY-TC-DESIGN-TITLE")=Div(O)
both possibilities didnt lead to the hoped results.
Maybe you give me an example? Or di you mean this solution?
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCaseDesign","RQM-KEY-TC-DESIGN-TITLE")=Pre(O) or
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCaseDesign","RQM-KEY-TC-DESIGN-TITLE")=Div(O)
both possibilities didnt lead to the hoped results.
Maybe you give me an example? Or di you mean this solution?