vote up 10 vote down star
4

What is your favorite test case management system? Is it free or commercial, hosted, etc?

flag

10 Answers

vote up 1 vote down

FitNesse !!

link|flag
vote up 1 vote down

I've used HP (nee Mercury) Quality Center, which was good for mid to large size projects, but overkill for small ones.

For smaller projects I use a custom Access database that evolved from an Excel workbook. This gives me finer control over field values (priority, phase, etc.) and I can get whatever reports I need out of it.

link|flag
Quality Center is great for large project test case management, but oddly, is painful to use for bugtracking for us. – Dean J Oct 20 at 16:13
@Dean J; can you elaborate. My company is thinking of moving from our current bug tracking system (DevTrack) to using Quality Center... – Patrick Cuff Oct 20 at 20:03
Yeah, why bug tracking was painful? Maybe it was painful from developer perspective? I use Jira and QC, and from Tester perspective I find QC way better than Jira. – yoosiba Nov 10 at 9:21
vote up 1 vote down

We currently use testlink, but have not actually been very happy with it. It gets most of the job done, but is a little obfuscated for what we need.

link|flag
vote up 0 vote down

I am evaluating TestLink and it seems quite good so far. I don't find it so difficult to use. The only "but" is that I feed that the reporting options are a little weak. On the plus side, the code is open and it is relatively easy to write the required functionality, if you know some PHP.

Specifically, the functionality that is missing for me is the ability to print a specific Test Suite with all test case descriptions for one specific test run and build. This is a feature that has been added to the development version, but that is not available in the current stable release.

link|flag
vote up 0 vote down

Another tool I've evaluated, but that is too simple for my requirements, is Test Case Web. It is straightforward, the interface is minimal, and it could be simple to extend.

link|flag
vote up 0 vote down

QPack Free edition is a complete tool for test management, also includes requirements and defects management. It allows automatic test coverage for each requirement, use test parameters for complex configurations testing, and provides test execution module. The versions management mechanism allows using the same tests in multiple releases without the need to copy (very nice capability) This tool is easy to implement, although it's a closed system (you can’t design your own forms, it provides custom fields and a simple API) They have a free edition for the first 5 users

For my opinion - it's a good substitute for HP-Mercury with an attractive price for commercial versions.

This is the link:

QPack Test Management Free Edition Download

link|flag
vote up 0 vote down

Story Test IQ (STIQ), a mashup of Selenium and FitNesse.

alt text

link|flag
vote up 0 vote down

We are currently working on a new test management software called TestRail. You are welcome to give the beta a try, as we believe TestRail is a fresh and modern approach for this software category (e.g., all real-time statistics and activity charts are built-in and always visible; there's not need to run complicated reports etc.).

alt text

link|flag
vote up 0 vote down

I'm not objective, but before using our own tool with over then 2700 companies, We used HP (Mercury) TestDirector and it was too expensive and required a very long training period.

link|flag
vote up 0 vote down

If you're already using Bugzilla give Testopia a try. It's an extension to Bugzilla, newest version is compatible with Bugzilla 3.4. It has a view rough edges but integrates well if your willing to use its XML-RPC API.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.