Managing the test cases and test suits
9
votes
6answers
453 views
Should devs, testers and business users have one unified test script?
In development, I would normally have my own test scripts that would document the data, scenarios and execution steps that I plan to test; this is my dev test plan. When the functionality has been ...
3
votes
4answers
658 views
Are there any tools that allow you to track and manage test cases and test execution?
For the bugs or issues, there are now many good issues trackers available which allows status and tracking issues and also allows you to organize it to manage specific releases.
I am looking for ...