Advertisment

44 p.c organizations lack automated testing

author-image
CIOL Bureau
Updated On
New Update

MASON, USA: According to results from the Seapine Software Quality-Ready Assessment (QRA), few organizations have embraced automated testing.

Advertisment

Forty-four percent of organizations surveyed have either not investigated automated testing or do not see enough of an ROI to implement it. The QRA results show that automated testing has not gained wide acceptance among software development and QA organizations.

“In many ways, automated testing tools are specialized software development tools that require testers with programming knowledge to get the most out of the tools’ capabilities,” says Richard Riccetti, president and CEO, Seapine.

He added: “So one barrier is having testers who can write and debug test scripts. Another barrier is having a formalized test plan and test cases to automate, which is best to do while you are designing the application. If you don’t you’ll fall quickly behind. These factors may affect the adoption rate.”

Advertisment

Development organizations must continue to test existing functionality as they add new features. As a result, regression suites grow with each release. When all the tests are performed manually, test time increases as well. To avoid missing deadlines, organizations have to decide between adding testers, lengthening release cycles, or increasing risk by reducing test coverage.

Sixty percent of the organizations surveyed have to redeploy some resources to regression test critical bug fixes and to ensure that fixes do not compromise the existing code. With automated testing, regression tests are part of the build process and run without manual intervention.

Riccetti suggests the following to streamline regression testing:

    * Ensure you have a process in place for unit testing so QA is not the first to test the code.

    * Document repetitive tests and investigate implementing an automated testing solution to perform them.

    * Determine which areas you need to test more thoroughly. Ask yourself which activities are preventing you from getting to that testing. If those activities do not require human interaction, consider your automated testing options.

Riccetti concludes with the following advice, “While automated testing requires a fairly significant upfront investment in script creation, the resulting increased productivity of the testing organization rapidly exceeds the investment. Management needs to take the leap of faith. The ROI can be substantial.”

tech-news