I am looking for an open source test case management tool. Is there anything which can take csv / xml / xls files and create test cases for me.
Asked
Active
Viewed 1,574 times
2 Answers
2
Recently found Nitrate\Kiwi, which is written in Python as Django app, may be interesting to take a look at https://github.com/kiwitcms/Kiwi

The Godfather
- 4,235
- 4
- 39
- 61
-
By any chance, do you have experience with using Kiwi TCMS through RPC API calls? It does not seem to work for me... – sophros Jan 25 '18 at 09:47
-
1Yes, I've tried a few basic tasks in Kiwi using API. It works for me, it was somehow tricky with cookie stuff to keep user session, but in general it works for me with Python 3.6, xmlrpc lib and piece of code from https://stackoverflow.com/questions/25876503/how-to-retain-cookies-for-xmlrpc-client-in-python-3/47291771#47291771 – The Godfather Jan 29 '18 at 15:53
1
The free community edition of Klaros Testmanagement has support for importing test cases from xls and XML.
It is not open source but free to use and not time or user crippled.
Disclaimer: Being involved in the development I am biased

Torsten
- 6,184
- 1
- 34
- 31