Difference between revisions of "Process Issues"
Jump to navigation
Jump to search
(Created page with "<div id="content_view" class="wiki" style="display: block"><span style="font-family: Arial; font-size: 16px">Process issues list the test automation problems that occur when t...") |
m (Contour lines added) |
||
Line 1: | Line 1: | ||
<div id="content_view" class="wiki" style="display: block"><span style="font-family: Arial; font-size: 16px">Process issues list the test automation problems that occur when the test automation process has not yet been established or hasn’t yet reached the necessary maturity. The table below gives a short list of the issues. Clicking on an issue shows more detail and the patterns needed to solve it</span>.<br /> <span style="font-size: 16px">The [[Process%20Issues%20Mind%20Map]] shows an overview of the Process Issues, together with the top level of resolving patterns, both the Most Recommended and other Useful patterns.</span><br /> <br /> | <div id="content_view" class="wiki" style="display: block"><span style="font-family: Arial; font-size: 16px">Process issues list the test automation problems that occur when the test automation process has not yet been established or hasn’t yet reached the necessary maturity. The table below gives a short list of the issues. Clicking on an issue shows more detail and the patterns needed to solve it</span>.<br /> <span style="font-size: 16px">The [[Process%20Issues%20Mind%20Map]] shows an overview of the Process Issues, together with the top level of resolving patterns, both the Most Recommended and other Useful patterns.</span><br /> <br /> | ||
− | {| class="wiki_table" | + | {| class="wiki_table" border="1" style="border-collapse:collapse" |
! <span style="font-size: 16px">Issue</span><br /> | ! <span style="font-size: 16px">Issue</span><br /> | ||
! <span style="display: block; font-size: 16px; text-align: center">Description</span><br /> | ! <span style="display: block; font-size: 16px; text-align: center">Description</span><br /> |
Latest revision as of 13:00, 30 April 2018
Process issues list the test automation problems that occur when the test automation process has not yet been established or hasn’t yet reached the necessary maturity. The table below gives a short list of the issues. Clicking on an issue shows more detail and the patterns needed to solve it.
The Process Issues Mind Map shows an overview of the Process Issues, together with the top level of resolving patterns, both the Most Recommended and other Useful patterns.
Main Page
Back to Test Automation Issues
Forward to Management Issues
The Process Issues Mind Map shows an overview of the Process Issues, together with the top level of resolving patterns, both the Most Recommended and other Useful patterns.
Issue |
Description |
---|---|
AUTOMATION DECAY |
Automation hasn't been or is not properly maintained and gradually decays to shelfware |
BUGGY SCRIPTS |
Automation scripts are not tested adequately |
DATA CREEP |
There are countless data files with different names but identical or almost identical content |
INADEQUATE COMMUNICATION |
Testers don’t know what automation could deliver and the test automation team doesn’t know what testers need or Developers don't understand, don't know or don't care about the effect of their changes on the automation |
INADEQUATE DOCUMENTATION |
Test automation testware (scripts data etc.) are not adequately documented |
INADEQUATE REVISION CONTROL |
Test automation scripts are not consistently paired to the correct version of the Software Under Test (SUT). |
INSUFFICIENT METRICS |
Few or no metrics are collected or not consistently. Collection is cumbersome. |
LATE TEST CASE DESIGN |
Automated test cases are designed and written only after the Software Under Test (SUT) has been implemented. |
NO INFO ON CHANGES |
Development changes are not communicated to the test automators, or not in good time. |
NON-TECHNICAL-TESTERS |
Testers aren’t able to write automation test cases if they are not adept with the automation tools. |
SCRIPT CREEP |
There are too many scripts and it is not clear if they are still in use or not. |
STALLED AUTOMATION |
Automation has been tried, but it never "got off the ground". |
TEST DATA LOSS |
Test data isn’t secured so that it has to be generated again and again. |
TOOL-DRIVEN AUTOMATION |
Test cases are automated using “as is” the features of a test automation tool |
UNFOCUSED AUTOMATION |
What to automate is selected ad-hoc. |
Main Page
Back to Test Automation Issues
Forward to Management Issues