Difference between revisions of "BUGGY SCRIPTS"

From Test Automation Patterns
Jump to navigation Jump to search
(Created page with "<div id="content_view" class="wiki" style="display: block"><span style="font-size: 14px">.........................................................................................")
 
m (Put topic titles in capital letters)
Line 1: Line 1:
 
<div id="content_view" class="wiki" style="display: block"><span style="font-size: 14px">................................................................................................................[[Main Page]] / Back to [[Process Issues]] / Back to [[Test Automation Issues]]</span><br />  
 
<div id="content_view" class="wiki" style="display: block"><span style="font-size: 14px">................................................................................................................[[Main Page]] / Back to [[Process Issues]] / Back to [[Test Automation Issues]]</span><br />  
=<span style="font-family: Arial; font-size: 16px">Issue Summary</span>=
+
=<span style="font-family: Arial; font-size: 16px">'''Issue Summary'''</span>=
<br /> <span style="font-family: Arial; font-size: 16px">Scripts are not tested adequately</span>
+
<span style="font-family: Arial; font-size: 16px">Scripts are not tested adequately</span>
=<span style="font-size: 16px">Category</span>=
+
=<span style="font-size: 16px">'''Category'''</span>=
<br /> <span style="font-size: 16px">Process </span><br /> <br />  
+
<span style="font-size: 16px">Process </span>  
=<span style="font-family: Arial; font-size: 16px">Examples</span>=
+
=<span style="font-family: Arial; font-size: 16px">'''Examples'''</span>=
<br />
 
 
 
 
# <span style="font-size: 16px">Automation scripts are generated with a tool (for instance with a capture functionality)</span>
 
# <span style="font-size: 16px">Automation scripts are generated with a tool (for instance with a capture functionality)</span>
 
# <span style="font-size: 16px">Scripts are deemed so simple that there is no need to test them</span>
 
# <span style="font-size: 16px">Scripts are deemed so simple that there is no need to test them</span>
 
# <span style="font-size: 16px">Scripts are written by an expert that knows what he is doing</span>
 
# <span style="font-size: 16px">Scripts are written by an expert that knows what he is doing</span>
<br /> <br />
+
=<span style="font-family: Arial; font-size: 16px">'''Questions'''</span>=
=<span style="font-family: Arial; font-size: 16px">Questions</span>=
+
<span style="font-size: 16px">Who is writing the scripts? How?</span><br /> <span style="font-size: 16px">Who is going to use them?</span>
<br /> <span style="font-size: 16px">Who is writing the scripts? How?</span><br /> <span style="font-size: 16px">Who is going to use them?</span>
+
=<span style="font-family: Arial; font-size: 16px">'''Resolving Patterns'''</span>=
=<span style="font-family: Arial; font-size: 16px">Resolving Patterns</span>=
+
<span style="font-family: Arial; font-size: 16px">Most recommended:</span><br />  
<br /> <span style="font-family: Arial; font-size: 16px">Most recommended:</span><br />  
 
 
 
 
* <span style="font-size: 16px">[[TEST THE TESTS]]</span>
 
* <span style="font-size: 16px">[[TEST THE TESTS]]</span>
 
* <span style="font-size: 16px">[[GOOD PROGRAMMING PRACTICES]]</span>
 
* <span style="font-size: 16px">[[GOOD PROGRAMMING PRACTICES]]</span>
 
* <span style="font-size: 16px">[[GOOD DEVELOPMENT PROCESS]]</span>
 
* <span style="font-size: 16px">[[GOOD DEVELOPMENT PROCESS]]</span>
 
<br /> <br /> <span style="font-size: 14px">................................................................................................................[[Main Page]] / Back to [[Process Issues]] / Back to [[Test Automation Issues]]</span></div>
 
<br /> <br /> <span style="font-size: 14px">................................................................................................................[[Main Page]] / Back to [[Process Issues]] / Back to [[Test Automation Issues]]</span></div>

Revision as of 07:57, 1 May 2018

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

Issue Summary

Scripts are not tested adequately

Category

Process

Examples

  1. Automation scripts are generated with a tool (for instance with a capture functionality)
  2. Scripts are deemed so simple that there is no need to test them
  3. Scripts are written by an expert that knows what he is doing

Questions

Who is writing the scripts? How?
Who is going to use them?

Resolving Patterns

Most recommended:



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