Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in
/home3/zeenyxor/public_html/b2evolution1/inc/plugins/model/_plugins_admin.class.php on line
1466
Deprecated: Array and string offset access syntax with curly braces is deprecated in
/home3/zeenyxor/public_html/b2evolution1/plugins/_auto_p.plugin.php on line
502
Deprecated: Array and string offset access syntax with curly braces is deprecated in
/home3/zeenyxor/public_html/b2evolution1/plugins/_auto_p.plugin.php on line
500
Deprecated: Array and string offset access syntax with curly braces is deprecated in
/home3/zeenyxor/public_html/b2evolution1/plugins/_auto_p.plugin.php on line
500
Deprecated: Array and string offset access syntax with curly braces is deprecated in
/home3/zeenyxor/public_html/b2evolution1/plugins/_texturize.plugin.php on line
116
There are a number of reasons why organizations who develop or deploy software should consider test automation. If properly designed, automated tests can provide a good return on investment. Yet as thorough a job as we might do calculating the ROI, some of the risks and benefits defy quantification. For instance, how do you measure the cost of losing an eCommerce customer to a competitor during the holiday shopping season because they found an error in their shopping cart? Here is a list of other considerations.
Why consider test automation?
- Productivity - reduces labor-some task of manual testing
- Repeatability - same tests get executed each time
- Efficiency – shortens test cycles, reduces costs
- Effectiveness – increases test coverage, improves quality
- Flexibility - late changes can be accepted
- Accountability – produces a record of executed test procedures and results for audit
- Stability – simulate usage over long period of time
- Complacency – over time groups tend to short-cut test cycles
- Preservation – tester expertise is captured in the automated tests
- Environment – provides a means of testing when a component outside application changes