Studio:Templates: Difference between revisions
No edit summary |
No edit summary |
||
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== |
Revision as of 17:52, 12 February 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).