import test suite from excel to testlink:how to append data?

The release related discussions, plans and questions.
Locked
typing82
TestLink user
Posts: 9
Joined: Mon Jan 07, 2008 12:43 am

import test suite from excel to testlink:how to append data?

Post by typing82 »

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.
sujaldalia
TestLink user
Posts: 5
Joined: Mon Jan 07, 2008 5:32 pm

Post by sujaldalia »

Hi,
Do you mind sharing how you created xml schema which enabled the data from excel to be imported to testlink? I have test cases in excel but just not sure how to get started with import process.

Thanks,
Sujal
typing82
TestLink user
Posts: 9
Joined: Mon Jan 07, 2008 12:43 am

Post by typing82 »

sujaldalia wrote:Hi,
Do you mind sharing how you created xml schema which enabled the data from excel to be imported to testlink? I have test cases in excel but just not sure how to get started with import process.

Thanks,
Sujal
I have replied your PM.
agarg2
Advanced user
Posts: 26
Joined: Thu Aug 02, 2007 3:49 pm

Script to import test-cases from xls

Post by agarg2 »

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
Locked