Difference between revisions of "Studio:Script Timeout Considerations"

From STRIDE Wiki
Jump to: navigation, search
m (Text replace - 'Category: Scripting' to 'Category:Studio:Scripting')
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
The following table describes the situations in which [[AutoScript#Ascript_API|AutoScript response timeout period]] applies or does not apply:
+
The following table describes the situations in which a script within [[STRIDE Studio]] timeout period applies or does not apply:
 +
 
 
{| cellspacing="0" cellpadding="10" width="100%" border="1"
 
{| cellspacing="0" cellpadding="10" width="100%" border="1"
 
|-
 
|-
Line 21: Line 22:
 
|}
 
|}
  
<br>
 
  
  
[[Category: AutoScript]]
+
[[Category:Studio:Scripting]]

Latest revision as of 17:46, 20 August 2009

The following table describes the situations in which a script within STRIDE Studio timeout period applies or does not apply:

Action
Timeout Period Applies
Script is run from within another script using studio.RunBlocking(). Yes
Script is run by selecting the script in the Files Pane, right-clicking and choosing Run Yes
Script is run from within a test suite by clicking the RunAll.png (Run All) button. Yes
Script is run from within an Editor window by clicking the Run.jpg (Run) button. No
Script is run from within another script using studio.RunNonBlocking(). No