Studio:Templates: Difference between revisions

From STRIDE Wiki
Jump to navigation Jump to search
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
STRIDE includes several script templates for use with the STRIDE Studio Script Wizard feature.  The following templates provide a convenient way to generate code to launch your Test Classes and Test Functions.  We provide both jscript and perl versions of the templates described below.
STRIDE includes several script templates for use with the [[STRIDE Studio]] Script Wizard feature.  The following templates provide a convenient way to generate code to launch your Test Classes and Test Functions.  We provide both jscript and perl versions of the templates described below.


==TestClass_Multiple==
==TestClass_Multiple==

Latest revision as of 21:28, 18 August 2009

STRIDE includes several script templates for use with the STRIDE Studio Script Wizard feature. The following templates provide a convenient way to generate code to launch your Test Classes and Test Functions. We provide both jscript and perl versions of the templates described below.

TestClass_Multiple

This template generates a single script to invoke multiple Test Classes. As the name implies, it is generally used when selecting more than one Test Class as input.

TestClass_Single

This template generates a script to invoke a single Test Class. If multiple Test Classes have been selected for input, multiple scripts will be produced (one for each selected Test Class).

TestFunction_Multiple

This template generates a single script to invoke multiple Test Functions. As the name implies, it is generally used when selecting more than one Test Function to execute.

TestFunction_Single

This template generates a script to invoke a single Test Function. If multiple Test Functions have been selected for input, multiple scripts will be produced (one for each selected Test Function).