Export Test cases to RQM Repository from Excel Sheet
Hi Every one,
I am able to export the test cases from Excel sheet to RQM 4.0.1 Repository Successfully by seeing the samples provided by RQM excelword importer... By clicking on Excel Addin--- >Export to Repository-->
But Now my question is :
I want to add some (fields/ Columns) to test case like (Priority and Weight). I have added these two columns to the Excel sheet But I dont known how to add these two columns to the .cfg file... Please help me with the configuration file where to add these two columns(Priority and Weight) in the configuration file.. please send me the configuration file...
Note:
The cfg file i have used from the samples is "Scripts that create testcases".cgf please add that two columns to that and send me the final txt..
I am able to export the test cases from Excel sheet to RQM 4.0.1 Repository Successfully by seeing the samples provided by RQM excelword importer... By clicking on Excel Addin--- >Export to Repository-->
But Now my question is :
I want to add some (fields/ Columns) to test case like (Priority and Weight). I have added these two columns to the Excel sheet But I dont known how to add these two columns to the .cfg file... Please help me with the configuration file where to add these two columns(Priority and Weight) in the configuration file.. please send me the configuration file...
Note:
The cfg file i have used from the samples is "Scripts that create testcases".cgf please add that two columns to that and send me the final txt..
Accepted answer
You can try adding as below in your .cfg file:
testcase.category term="Priority".value=E
testcase.category term="Weight".value=F
PS: E and F and are the cells referencing to columns in my excel sheet.
You may want to modify this depending on the columns in your excel sheet
Hope this helps!!
Best Regards
Rajat