Import TestCase from Word Document
Moderators: Amaradana, TurboPT, TL Developers
Import TestCase from Word Document
Hi there,
I intend to use TestLink for a project that have already about 4K test cases. These test cases now is in Word file.
Can I import them to TestLink automatically or by script, not by hand? How if I can?
Thanks,
Quang
I intend to use TestLink for a project that have already about 4K test cases. These test cases now is in Word file.
Can I import them to TestLink automatically or by script, not by hand? How if I can?
Thanks,
Quang
I dont think there's an option to convert a word doc to test link unless someone has one out there, what you can do is convert that word document to csv or excel directly then convert from excel to xml and you're good to go!
In some of my previous posts I described how to convert from excel to TL xml!
In some of my previous posts I described how to convert from excel to TL xml!
If you can extract your TC's in that format you're almost done.
1. extract/copy to a flat file e.i txt or .csv
2. global replace all you commas to something else
3. global replace any special characters just to be safe
4. global replace || with commas
5. save as csv
6. open in excel
7. follow directions on how to convert to TL XML
good luck
1. extract/copy to a flat file e.i txt or .csv
2. global replace all you commas to something else
3. global replace any special characters just to be safe
4. global replace || with commas
5. save as csv
6. open in excel
7. follow directions on how to convert to TL XML
good luck
Hi!
Sorry to resurrect this thread.
Has anyone run into the issue where in the word doc, the test steps are in all one cell, but when you copy the table and paste into excel, excel separates each step into separate cells?!
I need to put the steps into one cell for TL to import the cases properly!
Thanks!!
Nelson
Sorry to resurrect this thread.
Has anyone run into the issue where in the word doc, the test steps are in all one cell, but when you copy the table and paste into excel, excel separates each step into separate cells?!
I need to put the steps into one cell for TL to import the cases properly!
Thanks!!
Nelson
remove your commas, they will split your data into multiple cellsnyik wrote:Hi!
Sorry to resurrect this thread.
Has anyone run into the issue where in the word doc, the test steps are in all one cell, but when you copy the table and paste into excel, excel separates each step into separate cells?!
I need to put the steps into one cell for TL to import the cases properly!
Thanks!!
Nelson
Re: Import TestCase from Word Document
Couple weeks ago I was at my friend's house. It was a party there, but moreover I knew that he had a power PC with great number applications. One of the others interested me - word recovery tools. To my great surprise the software worked out my old issue with damaged word documents. I am glad for it has helped me.edias wrote:I dont think there's an option to convert a word doc to test link unless someone has one out there, what you can do is convert that word document to csv or excel directly then convert from excel to xml and you're good to go!
In some of my previous posts I described how to convert from excel to TL xml!