Hi guys,
I manage to create a xml schema which enable the data from excel to be imported by testlink. however i got some problem that if I import the same xml data again, testlink will create another test suite with the same name of the previous test suite.
how I can write a code to check if the xml data ready for import contains testsuite that exist in the testlink, it will append the data into the same testsuite, not create a new test suite.
if not, what should be done to avoid duplicated test suite problem??
thx a lot. hope to see someone could provide solution.
import test suite from excel to testlink:how to append data?
-
- TestLink user
- Posts: 5
- Joined: Mon Jan 07, 2008 5:32 pm
Script to import test-cases from xls
Hi,
I have written a perl script which reads the data from xls and import all the test-cases diretly into the TestLink MySQL DB (including keywords, custom fields) with categories. I have tested the script with various projects in my team and it is working fine.
I am using DBI and ParseExcel module to do this task.
Currently I am working on a readme and once finished I will post the script with readme and sample xls.
Regards,
Arun Garg
I have written a perl script which reads the data from xls and import all the test-cases diretly into the TestLink MySQL DB (including keywords, custom fields) with categories. I have tested the script with various projects in my team and it is working fine.
I am using DBI and ParseExcel module to do this task.
Currently I am working on a readme and once finished I will post the script with readme and sample xls.
Regards,
Arun Garg