Featured Posts

Test Management Tool   What is test management tool ? According to Wikipedia, Test management tools are used to structure automated tests and manual test processes, and to easily manage multiple environments. Quality...

Read more

What will you make a good Software Tester? Today, most software development companies seeking for trained software tester and treating them with same importance like developers. Now, they are considering that having skilled software tester on their...

Read more

Test data generator During testing phase, use of live data is most preferable. There are lots of incidents like after testing phase, client have found bunch of junk data many times and it makes bad impression on them. For...

Read more

Why do BUG occur? Everyone who uses our software, will have different-different expectation and views for how can we use this software? So, to accomplish everyone’s expectation or follow everyone’s point of view to...

Read more

What is Bug? A software bug is general term to explain an error, fault, problem, defect, failure or unexpected result. Most of bug is origins by mistakes and errors made by human in to software’s designing or...

Read more

  • Prev
  • Next

Test Management Tool

Category : Test Management Tool

 

What is test management tool ?

According to Wikipedia, Test management tools are used to structure automated tests and manual test processes, and to easily manage multiple environments. Quality assurance teams use these types of tools as a single application for managing test cases, environments, automated tests, defects and project tasks. Test management tools offer the prospect of streamlining the testing process and allow quick access to data analysis, collaborative tools and easy communication across multiple project teams. Tracking of bugs, defects and project tasks are done within one application, simplifying processes and saving team’s time and money.

Before few months, I started R&D work on this topic alongwith my routing work. To stream my search, I make list of my requirement(s) for this which was as below.

  • Open source tool
  • Easy to use
  • Web based tool (like mantis). So,user can access from anywhere.
  • Provide connectivity with our current bug tracking system – Mantis
  • Import  test cases created in to excel.

Based on above requirements I found few tools like Rth, Rth Turbo, Testlink etc. I setup local environment for them and use it from end user perspective because before considering any tool I wanted to know their pro(s) and con(s) completely. Based on that experience, I decided to go with Testlink.

Apart from my basic requirement, here is the list of stuff which can be achieved by this test management tool.

  • User web based GUI. You can access it from everywhere without installation
  • Multiple databases support. TestLink runs with MySQL, PostgreSQL or MSSQL.
  • Multiple user supporting with privileges.
  • Easy in tracking test cases with version, test case id etc.
  •  Multiple project supporting.
  •  Attachments and custom fields could be added to particular objects (for example Test Cases, Test results, etc.)
  •  Create or import own requirement document and trace requirements to test results. Each test case can be mapped to a functional requirement.
  •  We can compose rich test plans containing chosen set of test cases. Each Test Plans can collect test results for particular builds and platforms. Testing can be prioritized, assigned to testers, defined milestones.
  • We can import test cases & Requirements directly in to testlink by XML.
  •  TestLink allows anyone to view a variety of different test plan reports including: a bug report, a progress report, and failure rate report, and more.
  • Export of documentation to HTML, MS Word and MS Excel is supported.
  •  User can send reports directly  by email from system itself.

In my next post I will explain, what is basic requirement to configure Testlink in your local environment and how to configure it?

I hope above information save your time while you want to take decision regarding test management tool.

Happy Testing!!!

What will you make a good Software Tester?

Category : Software Testing

Today, most software development companies seeking for trained software tester and treating them with same importance like developers. Now, they are considering that having skilled software tester on their projects and allowing them to apply their approach as early as possible in to the development process will help them to create better quality software.

There are few points which can help you to make a good software tester.

  • Skill of exploration : A good software tester isn’t afraid to do/apply → Continue

Test data generator

Category : Useful Links/Tools

During testing phase, use of live data is most preferable.

There are lots of incidents like after testing phase, client have found bunch of junk data many times and it makes bad impression on them.

For such reasons, I preferred use of live data during testing phase.

Before few months, there was one website: www.testersdesk.com which helped me to generate testing data but now days, it is not available anymore unfortunately.

Today, I would like to share very useful another website : → Continue