Question

  1. Is there a open source or free suite that can integrate testcases, tests, bugs and possibly the fixes(source code) together. Maintaining the requirements in this system is not a necessity (though, it would be nice to enter a requirement id for each testcase in a custom field). We are a small organization and cannot afford something like HP Quality Center.

  2. We have coding skills (Java, SQL), so if it comes to integration of different tools using Java APIs, it should not be a problem. Similarly, a practical solution using export/import of results/data should also be fine (we could automate where possible).

  3. Has anybody used PushToTest TestMaker as part of such a solution.

Was it helpful?

Solution

Use Testlink and integrate it with bug tracker link Mantis.

Let me know if you need any help in this.

OTHER TIPS

This link http://www.testingfaqs.org/t-management.html has a list of test case management tools, both freeware and commercial. Maybe there is something on that list which can meet your needs.

Another posibility is something like Trac. That is not really designed as a test case management tool but it integrates a Subversion repository browser, a bug tracker and a Wiki. If you can manage organising the test cases on the Wiki then that will let you link the Wiki pages to bugs and bugs to Subversion commits. We used to use Trac and were quite happy with it. We switched to Jira because we wanted some more bug tracking features.

I have not used it, but Trac does have a testcase management plugin listed on their web page.

JIRA has plugins for scanning CVS commit comments, using them to associate source code changes with tracked issues.

There is a comprehensive list of Open Source Test Management tools at www.opensourcetesting.org. One which I came across on a project recently was TestLink and it looks pretty good. It also has an open API.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top