Difference between revisions of "HIGH ROI EXPECTATIONS"

From Test Automation Patterns
Jump to navigation Jump to search
m (empty lines removed)
 
Line 26: Line 26:
 
* <span style="font-size: 16px">[[TEST AUTOMATION FRAMEWORK]]: Good pattern for long-term ROI</span>
 
* <span style="font-size: 16px">[[TEST AUTOMATION FRAMEWORK]]: Good pattern for long-term ROI</span>
 
* <span style="font-size: 16px">[[TOOL INDEPENDENCE]]: Apply this pattern if you want to implement really long lasting automation</span>
 
* <span style="font-size: 16px">[[TOOL INDEPENDENCE]]: Apply this pattern if you want to implement really long lasting automation</span>
* <span style="font-size: 16px">[[WHOLE TEAM APPROACH]]: If you are just starting with automation and your developers are using an agile process, then this is definitely the pattern of choice. Otherwise you must first convice management and development to switch to agile.</span>
+
* <span style="font-size: 16px">[[WHOLE TEAM APPROACH]]: If you are just starting with automation and your developers are using an agile process, then this is definitely the pattern of choice. Otherwise you must first convince management and development to switch to agile.</span>
 
<br /> <span style="font-size: 14px">.................................................................................................................[[Main Page]] / Back to [[Management Issues]] / Back to [[Test Automation Issues]]</span></div>
 
<br /> <span style="font-size: 14px">.................................................................................................................[[Main Page]] / Back to [[Management Issues]] / Back to [[Test Automation Issues]]</span></div>

Latest revision as of 14:40, 27 June 2018

.................................................................................................................Main Page / Back to Management Issues / Back to Test Automation Issues

Issue Summary

Management wants to maximize ROI from the test automation project, but is not prepared to invest adequately.

Category

Management

Examples

  1. Management thinks that buying an expensive testing tool is all that's needed for test automation
  2. Management expects that with test automation you will be able to find lots of bugs (even if it is regression testing that was automated)
  3. Management thinks that having test automation means that fewer testers will be needed
  4. Management thinks that you will never have to change tools, so why put so much effort into the architecture of the testware

Questions

What does management expect from test automation? What do testers expect?
Has a business plan been worked out?

Resolving Patterns

Most recommended:

  • AUTOMATE GOOD TESTS: use this pattern to select the test cases to automate that will bring the greatest ROI as quickly as possible
  • Make sure that you have SET CLEAR GOALS which are realistic and achievable
  • DO A PILOT: apply this pattern if you are just starting with test automation and neither management nor you really can judge what it costs and what it will bring, or if previous automation has been too expensive and you want to make significant changes to improve the ROI
  • MAINTAINABLE TESTWARE: apply this pattern for long-term ROI, not necessarily for quick wins
  • SHARE INFORMATION: communicate what can realistically be achieved with automation, set manager's expectations to more realistic levels


Other useful patterns:


.................................................................................................................Main Page / Back to Management Issues / Back to Test Automation Issues