Creating configuration file for category item to export contents of List Box in excel sheet to full form for the same in RQM
Hello All,
I have one Test Plan in excel sheet which includes Test cases.
Each test cases has test methods which is selected accordingly(Ex:-BVA(Boundary Value Analysis,EC(Equivalence Class),DT(Decision Table...))in List Box.
Content of Test Method of each test cases which is in short form(BVA,EC,DT..) in excel sheet has to converted to full form respectively(Boundary Value Analysis(BVA),Equivalence class(EC),Decision Table(DT)...) in RQM.
Please suggest how to write configuration file to export contents of List Box in excel sheet to full form of Test Methods in RQM.
Accepted answer
Priya,
Comments
Hi Mehul,
Thanks for your answer, i can extract value from excel sheet (i,e for example if value is BVA) ,the same can be exported to RQM .This is successful by writing below script in configuration file.
testcase.category term="Applied Test Method"value=I
simillarly i have to read same value that is BVA from excel sheet , but i need to export same value to RQM but in full form that is "boundary value analysis" in category List.
Can i modify same script in configuration file ?
Priya,
Ok mehul, Got it
Thanks a lot for your answer.