Please recommend the best tools to build a test plan management tool

Posted by fzkl on Programmers See other posts from Programmers or by fzkl
Published on 2011-02-23T16:31:42Z Indexed on 2012/03/20 23:39 UTC
Read the original article Hit count: 196

Filed under:
|
|

I have mostly worked on hardware testing in my professional career and would like to get onto the software development side. I thought working on a practically usable project will help motivate me and help acquire some skills. I have decided to build a test plan management tool for the QA team I work in (We use excel sheets!). The test plan management tool should be browser based and should support this: There would be many test plans, each test plan having test sets, test sets having test cases and test cases having instructions, attachments and Pass/fail status marking and bug info in case of failure. It should also have an export to excel option. I have a visual picture of the tool I am looking to build but I don't have enough experience to figure our where to start.

My current programming skills are limited to C and shell programming and I want to pick up python.

What tools (programming language, database and anything else?) would you recommend for me to get this done? Also what are the key concepts in the recommended programming language that I should focus on to build a browser based tool like this?

© Programmers or respective owner

Related posts about testing

Related posts about web-applications