Studio:AutoScript: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
__FORCETOC__ | __FORCETOC__ | ||
= | = Introduction = | ||
Ascript is used | Ascript is the definitive hierarchy of methods, objects, and properties provided by Autosense. While Autosense helps the user find the script methods/data desired in a script, Ascript is the definitive source of what is available from STRIDE when using Autosense. | ||
= Automation API = | |||
== Ascript == | |||
When creating a script, the user types in Ascript followed by dot '.' to get Autosense to display. The user may select methods to be used within his script. The user may access property data within his script. this API is the definitive API for Autosense. The following table outlines the main objects and collections available to the user. | |||
{| cellspacing="0" cellpadding="10" width="100%" border="1" | {| cellspacing="0" cellpadding="10" width="100%" border="1" | ||
Line 20: | Line 26: | ||
|- | |- | ||
| [[Ascript.Database|Database]] | | [[Ascript.Database|Database]] | ||
| valign="top" align="left" width="150" | | | valign="top" align="left" width="150" | Object | ||
| Database settings. | | Database settings. | ||
|- | |- |
Revision as of 19:01, 3 July 2008
Introduction
Ascript is the definitive hierarchy of methods, objects, and properties provided by Autosense. While Autosense helps the user find the script methods/data desired in a script, Ascript is the definitive source of what is available from STRIDE when using Autosense.
Automation API
Ascript
When creating a script, the user types in Ascript followed by dot '.' to get Autosense to display. The user may select methods to be used within his script. The user may access property data within his script. this API is the definitive API for Autosense. The following table outlines the main objects and collections available to the user.
Member |
Type |
Description |
Arguments | Collection | Collection of arguments. |
Constants | Collection | Collection of constants. |
Database | Object | Database settings. |
Functions | Collection | Collection of functions. |
Messages | Collection | Collection of messages. |
Test Units | Collection | Collection of test units. |
Timers | Collection | Collection of timers. |