
AdminStudio 2013 Release Notes ADM-2013-RN5 38
Release Notes
New Platform API Commands
AdminStudio 2013 includes new Platform API commands to perform the following tasks:
• Selecting Tests and Resolving Issues
• Creating and Upgrading Application Catalogs
• Deleting Packages, Applications, and Groups
Selecting Tests and Resolving Issues
AdminStudio 2013 includes the following Platform API commands to enable test selection and to
resolve issues:
• Get-ASTestState
• Set-ASTestState
• Resolve-ASPackage
Get-ASTestState
You can use the Get-ASTestState command to return the test state (selected or not selected) of a given
test.
Example
The following is the syntax used to return the test state of a given test:
Get-ASTestState -TestId nnnnn
For example:
Get-ASTestState -TestId ICE33
Parameters
The ASTestState command has the following parameters:
Return Values
One of the following values is returned:
• True—Test is selected to run.
• False—Test is not selected to run.
Tab l e 2 • ASTestState Parameters
Parameter Description
Tes t I d Use to specify the ID number of the test that you are checking the test state of.
This is the same ID number that identifies the test on the Application Manager
Select Tests to Execute dialog box.
Komentarze do niniejszej Instrukcji