PT-Test Automation Issues

From Test Automation Patterns
Revision as of 19:06, 7 March 2021 by Rodrigo (talk | contribs) (Created page with "<div id="content_view" class="wiki" style="display: block"> =<span style="font-size: 16px">'''O que é um Issue(Problema)?'''</span>= <span style="font-size: 16px">Um ''Issue(...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

O que é um Issue(Problema)?

Um Issue(Problema) é um obstáculo, resistência ou dificuldade que testadores e/ou automatizadores de teste encontram quando tentam trabalhar na automação de testes. São coisas que demoram mais do que deveriam, que te impedem de automatizar ou que geram muita confusão - não tem um jeito mais fácil? Em muitos casos tem sim - e estes são os padrões de automação de testes.
Um Issue(Problema) também pode ser uma tarefa que precisa ser feita quando automatizamos e nesse caso também temos os padrões de automação de testes para ajudar a executar a tarefa o mais eficiente possível.

In this wiki, we show ISSUES in ITALIC CAPS, where we can format it (haven't figured out how to make a page title italic!)

Typical test automation issues

The issues that testers have to face when they tackle test automation are manifold. Some are technical in nature, such as INEFFICIENT FAILURE ANALYSIS or HARD-TO-AUTOMATE.

However, one of the main reasons for failure is to concentrate exclusively on the technical aspects. Other issues are related to the way you work, such as LATE TEST CASE DESIGN, or when automation seems to get off to a good start, but then grinds to a halt, STALLED AUTOMATION. Others are Management Issues, such as HIGH ROI EXPECTATIONS.
Some issues may arise due to either technical or management problems.

Classification of Issues:

We classify the issues into the following categories:


Within each category the issues are listed alphabetically.

The Test Automation Issues Mind Map shows an overview of the specific Test Automation Issues.

Note that Failure Patterns are also a kind of issue because they describe behaviours that, if not recognized in time, can compromize even apparently successful test automation projects. They are also referred to as "anti-patterns".
Failure Patterns were brought to our attention by Michael Stahl at a STAR conference. There is now also an ebook about them (see References).
We are very grateful to be allowed to add them to our collection.

Main Page