Facing quality issues

Posted by juststartedmycareer on Programmers See other posts from Programmers or by juststartedmycareer
Published on 2012-03-28T13:39:15Z Indexed on 2012/03/28 17:44 UTC
Read the original article Hit count: 165

Filed under:
|
|

A workforce management software has complex GUI (for example values in a page depends on the status (closed or open) of other pages). Only latest and near past development has test coverage. During our last release, we received lots of bugs from customer in-spite of 2 weeks of testing Sprint . We don't have dedicated test team. The developers does the unit test & User acceptance test. Every day triggers automated regression test.

I am afraid the developers are not testing the entire workflow because its time consuming also not able to automate it because of its complexity. Any suggestions ?. The legacy code (15 yrs development) has less code coverage. How can I improve quality ?

Note: Now not possible to hire testers to have independent test team!!

© Programmers or respective owner

Related posts about agile

Related posts about testing