Difference between revisions of "INADEQUATE RESOURCES"

From Test Automation Patterns
Jump to navigation Jump to search
m (Put topic titles in capital letters)
 
Line 5: Line 5:
 
<span style="font-size: 16px">Execution </span>
 
<span style="font-size: 16px">Execution </span>
 
=<span style="font-size: 16px">'''Examples'''</span>=
 
=<span style="font-size: 16px">'''Examples'''</span>=
<span style="font-size: 16px">Automated tests run on older machines that have been discarded by developers</span><br /> <span style="font-size: 16px">The network is overloaded so response times are way to long</span><br /> <span style="font-size: 16px">Databases are shared with testing and development and on critical times can slow down to a creep</span>
+
<span style="font-size: 16px">Automated tests run on older machines that have been discarded by developers</span><br /> <span style="font-size: 16px">The network is overloaded so response times are way too long</span><br /> <span style="font-size: 16px">Databases are shared with testing and development and on critical times can slow down to a creep</span>
 
=<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">Why aren't the appropriate resources available?</span>
 
<span style="font-size: 16px">Why aren't the appropriate resources available?</span>

Latest revision as of 16:24, 27 June 2018

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

Issue Summary

The hardware or the network are too slow

Category

Execution

Examples

Automated tests run on older machines that have been discarded by developers
The network is overloaded so response times are way too long
Databases are shared with testing and development and on critical times can slow down to a creep

Questions

Why aren't the appropriate resources available?

Resolving Patterns

Most recommended:

  • DEDICATED RESOURCES: Use this pattern in order to get the resorces that you need, when you need them
  • MANAGEMENT SUPPORT: Support from management is needed in order to get the resources needed for optimal test execution


Other useful patterns:

  • GET ON THE CLOUD: Getting on the cloud can be a very economical way to solve bottlenecks

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