Right now we keep track of the bugs found by QA using our bug tracking system, but we have no good way of tracking/sharing which tests have been executed by QA.
Any good solution for this?
|
Right now we keep track of the bugs found by QA using our bug tracking system, but we have no good way of tracking/sharing which tests have been executed by QA. Any good solution for this? |
|||
|
|
As Mark mentioned, a test (case) management system would likely be a good fit. For a list of open source tools, take a look at this site. If you consider a commercial tool, feel free to take a look at our tool TestRail.
|
|||
|
|
|
atlassian's jira is pretty nice as well - http://www.atlassian.com/software/jira/ - pretty flexible and allows for reporting and integration with other atlassian products (confluence - wiki, crucible/fisheye - code review), etc. They have a hosted and on-prem solution. I swear I dont work for em, but I'ved used almost all their products. another option is rally - rallydev.com/agile_products/editions/community/ which allows for scrum teams to do project management. |
|||
|
|
|
What you are looking for is a test management system. There are lots out there, some free, some very expensive. What bug tracking system are you using? Take a look here for some that integrate with Jira. Most integrate with some test management system. http://confluence.atlassian.com/display/CONFEVAL/Integrate+JIRA+With+A+Test+Case+Manager |
|||||
|
|
You need to consider the efforts you want to put, money you want to invest and the returns you are expecting. If this a long term project for say 2+ years and you have money to buy tools, then TestDirector is pretty good tool, I have used it myself. If you do not want to invest money then, you can try something like testzilla (note - I am not associated with the tool nor have I used it) that I found by searching online. http://sourceforge.net/projects/testzilla/ A simple google search will give you following results - http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=open+source+test+case+management+systems If you see some of the links - you can check - http://www.opensourcetesting.org/testmgt.php You can try Litmus which is used by Mozilla. However, if the project is very small and do not have much resources, then you can simply use MS Excel to track all the test case executions Hope this helps. |
|||
|
|