Posts Tagged: software testing

Why You Should Have a Professional Write Your Test Plan

If you’re busy developing software, the last thing you want to deal with is writing a test plan. After you spend so much time designing and coding, it’s easy to get tunnel vision while throwing together your test plan towards the end, resulting in missing key features. A test plan is one of the most… Read more »

Proper Bugwriting

The software quality assurance process is, at its heart, all about finding bugs in computer code. After a bug is found, it is reported – bug reports are the most visible (and arguably most important) product of the QA process. The purpose of bug reporting, of course, is to provide a clear and concise explanation… Read more »

The Importance of a Test Plan

Using a test plan adds structure and accountability to your QA cycle. You know exactly what was tested and what’s working; but, more importantly, you know exactly what’s broken. Test plans can be as high-level or low-level as you need, but having one is critical to ensuring your application or website does what is promised…. Read more »