Difference between revisions of "The scripts are too slow in execution"

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: 16px">What is slowing up your execution?</span>= <br /> <span style="font-size: 16px">Ple...")
 
 
Line 1: Line 1:
<div id="content_view" class="wiki" style="display: block">'''<span style="font-size: 16px">What is slowing up your execution?</span>=
+
<div id="content_view" class="wiki" style="display: block"><span style="font-size: 16px">What is slowing up your execution?</span><br />
 
<br /> <span style="font-size: 16px">Please select one topic from the following list</span><br /> <br />  
 
<br /> <span style="font-size: 16px">Please select one topic from the following list</span><br /> <br />  
  

Latest revision as of 08:26, 2 July 2018

What is slowing up your execution?


Please select one topic from the following list

  1. Setup of the automated tests is too slow: look up the issue LONG SET-UP
  2. The test tool is too slow. To solve this problem you may have to pick a tool that's more suitable for your application. See INADEQUATE TOOLS for suggestions.


The issue HARD-TO-AUTOMATE suggests, among others, also patterns to help solve the following problems

  1. The Software Under Test (SUT) is too slow
  2. Delays due to varying execution times


For the following items the issue INADEQUATE RESOURCES should suggest you the appropriate patterns

  1. The hardware is too slow
  2. The network is too slow

Return to Expectations for automated test execution not met