It's all about the answers!

Ask a question

Fetch Test case Status from excel file


Ankit Jain (2116) | asked May 15 '18, 10:28 a.m.
edited May 15 '18, 10:31 a.m.

 1) Go to the test plan/ Test case

2) Check state & Action for the test case
3) Can i Fetch action value from the excel file, which i am planning to import

Please mention the code because i have created CFG file to import test cases

One answer



permanent link
Don Yang (7.7k21114139) | answered May 16 '18, 12:23 a.m.
edited May 16 '18, 12:26 a.m.

The default state is draft so you don't need to set it.
It seems that only "approved" is another state you can set via Excelmporter.
You may try
testcase.alm:state="com.ibm.rqm.planning.common.approved"
testplan.alm:state="com.ibm.rqm.planning.common.approved"

you can put com.ibm.rqm.planning.common.approved to the excel column where you need it and set
testcase.alm:state=K
(supposed K has set com.ibm.rqm.planning.common.approved for the required test case

Your answer


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.