Property version test
Synopsis
Start a test run for a Property version.
Syntax
Start-PropertyVersionTest -TestSuiteID <Int32> [-TestCaseID <Int32[]>] -PropertyName <String> -PropertyVersion <Int32> -TargetEnvironment <String> [-Note <String>] [-PurgeOnstaging] [-SendEmailOnCompletion] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]Start-PropertyVersionTest -TestSuiteID <Int32> [-TestCaseID <Int32[]>] -PropertyID <Int32> -PropertyVersion <Int32> -TargetEnvironment <String> [-Note <String>] [-PurgeOnstaging] [-SendEmailOnCompletion] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]Description
Submits a test run for functional testing of a property version.
Parameters
‑AccountSwitchKey | An account credential key that lets you move between accounts when using an API client enabled for multiple accounts. To find account switch keys, use Get-AccountSwitchKey. |
‑EdgeRCFile | Your EdgeGrid resource file to authenticate your command. Defaults to |
‑Note | Notes about the test run. |
‑PropertyIDConditionally required | The ID of the property associated with the test suite to filter the list by. You can combine this parameter with |
‑PropertyNameConditionally required | The name of the property associated with a test suite to filter the list by. You can combine this parameter with |
‑PropertyVersionRequired | The version of the associated property to filter the test suites by. Combine this parameter with |
‑PurgeOnstaging | Purges the configuration for the test run. It applies only for targetEnvironment set to STAGING. |
‑Section | The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
‑SendEmailOnCompletion | Sends a notification email after the test run completes. |
‑TargetEnvironmentRequired | Environment against which the test run executes the request, either PRODUCTION or STAGING. |
‑TestCaseID | Your functional test case's ID. |
‑TestSuiteIDRequired | Your test suite's ID. |
Related Links
Updated 12 days ago
