Nishant_jain2601
Member
Reged: 06/22/08
Posts: 131
|
|
Hi,
Right now we are using Quality Center for Test Management. Before this tool I was using Test Link tool. In test link the test cases are stored in XML files.
Now I want to Import these XML based Test Cases to Quality Center.
How can we do that. Please suggest.
Thanks,
Nishant Jain
|
Rajkumar_Rajangam
Veteran
Reged: 10/22/10
Posts: 3136
Loc: Norway
|
|
Create a Manual Test in QC and then upload the XML as attachment to the Test.
-------------------- Rajkumar
|
SurajJ
Advanced Member
Reged: 01/30/06
Posts: 496
Loc: Bengaluru
|
|
Quote:
Before this tool I was using Test Link tool. In test link the test cases are stored in XML files.
Do you mean you have exported the test cases from Testlink to XML files?
Then there are 2 ways. 1. Open these XML files in Excel file and get the testcases into excel. 2. You can write a macro which parses the XML file and arrange the test cases.
Once you get test cases into Excel you can use Quality Center Excel Add-In to upload your test cases to QC.
-------------------- Suraj
|
Nishant_jain2601
Member
Reged: 06/22/08
Posts: 131
|
|
When I open the XML file in excel, I have to do a lot of formating. Any tool that convert XML to excel in exact format.
|
SurajJ
Advanced Member
Reged: 01/30/06
Posts: 496
Loc: Bengaluru
|
|
You have to put little effort for formattig or developing parser to read XML. Any tool would expect some input from user to format.
-------------------- Suraj
|