Difference between revisions of "Solution to Ursula Unfocused"

From Test Automation Patterns
Jump to navigation Jump to search
(Created page with "<div id="content_view" class="wiki" style="display: block"><span style="display: block; text-align: left"><span style="font-size: 16px"> Ursula has recently begun automation a...")
 
 
(One intermediate revision by the same user not shown)
Line 25: Line 25:
 
* On the next page, the best option is [[Lack of direction]] which specifically mentions “what to test”.
 
* On the next page, the best option is [[Lack of direction]] which specifically mentions “what to test”.
 
* On the Lack of direction page, option 5 most closely matches Ursula’s situation (important tests not automated), which leads us to the issue [[UNFOCUSED AUTOMATION]] (Process Issue). All the patterns in this issue would be useful for Ursula:
 
* On the Lack of direction page, option 5 most closely matches Ursula’s situation (important tests not automated), which leads us to the issue [[UNFOCUSED AUTOMATION]] (Process Issue). All the patterns in this issue would be useful for Ursula:
** [[AUTOMATE WHAT’S NEEDED]] (Process Pattern) is probably the best pattern. Note that we have a short contribution from a wiki user here with a useful tip. (We would like more of these!) The Pattern [[AUTOMATE GOOD TESTS]] (Design Pattern) also contains useful advice for Ursula.
+
** [[AUTOMATE WHAT'S NEEDED]] (Process Pattern) is probably the best pattern. Note that we have a short contribution from a wiki user here with a useful tip. (We would like more of these!) The Pattern [[AUTOMATE GOOD TESTS]] (Design Pattern) also contains useful advice for Ursula.
 
** [[WHOLE TEAM APPROACH]] (Process Pattern) may be helpful if Ursula can get better collaboration with developers, business analysts, stakeholders, etc.
 
** [[WHOLE TEAM APPROACH]] (Process Pattern) may be helpful if Ursula can get better collaboration with developers, business analysts, stakeholders, etc.
 
** [[MANAGEMENT SUPPORT]] (Management Pattern) will certainly be needed, as time and effort will be required to improve the approach to selecting which tests to automate.
 
** [[MANAGEMENT SUPPORT]] (Management Pattern) will certainly be needed, as time and effort will be required to improve the approach to selecting which tests to automate.
 
** [[KNOW WHEN TO STOP]] (Management Pattern) should probably be applied to the current approach of selecting tests to automate.
 
** [[KNOW WHEN TO STOP]] (Management Pattern) should probably be applied to the current approach of selecting tests to automate.
 
** [[LEARN FROM MISTAKES]] (Process Pattern) is useful for anyone at any time!
 
** [[LEARN FROM MISTAKES]] (Process Pattern) is useful for anyone at any time!
 
 
<br /> <span style="font-size: 16px">Back to [[Solutions]]</span><br/ ><br />
 

Latest revision as of 11:23, 12 August 2019

Ursula has recently begun automation and is trying to structure the tests in a good way using good programming principles. She has a developer background so is happy working with automation code.

What Ursula struggles with is deciding what tests should be automated. She started out by just picking a few that seemed a good idea, some smoke tests that were run often. But then she decided to automate some that were easy to automate, because that made her “look good” for making progress on the automation. Now there are complaints that some of the most important parts of the application have no automation, and there is still lots of manual testing that needs to be done, even though a lot of tests have been automated.

Exercises:

1) Go to Test Automation Issues Mind Map or Test Automation Issues Mind map with clickable links. Look through the Issue names and see if one stands out as Ursula's main problem. See which patterns would solve it

2) Go to Test Automation Patterns Mind Map or Test Automation Patterns Mind Map with clickable links. Look through the Pattern names and see which stand out as possible solutions for Ursula.

3) Go to the Diagnostic. Answer the questions on Ursula's behalf and see if you find the same issues and patterns.

Solution:

  • Using the Diagnostic, we choose Improve or revive test automation.
  • On the next page, the best option is Lack of direction which specifically mentions “what to test”.
  • On the Lack of direction page, option 5 most closely matches Ursula’s situation (important tests not automated), which leads us to the issue UNFOCUSED AUTOMATION (Process Issue). All the patterns in this issue would be useful for Ursula:
    • AUTOMATE WHAT'S NEEDED (Process Pattern) is probably the best pattern. Note that we have a short contribution from a wiki user here with a useful tip. (We would like more of these!) The Pattern AUTOMATE GOOD TESTS (Design Pattern) also contains useful advice for Ursula.
    • WHOLE TEAM APPROACH (Process Pattern) may be helpful if Ursula can get better collaboration with developers, business analysts, stakeholders, etc.
    • MANAGEMENT SUPPORT (Management Pattern) will certainly be needed, as time and effort will be required to improve the approach to selecting which tests to automate.
    • KNOW WHEN TO STOP (Management Pattern) should probably be applied to the current approach of selecting tests to automate.
    • LEARN FROM MISTAKES (Process Pattern) is useful for anyone at any time!