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 ~/.edgerc.

‑Note

Notes about the test run.

‑PropertyID
Conditionally required

The ID of the property associated with the test suite to filter the list by. You can combine this parameter with -PropertyVersion. Use either this parameter or -PropertyName to specify the property.

‑PropertyName
Conditionally required

The name of the property associated with a test suite to filter the list by. You can combine this parameter with - PropertyVersion. Use either this parameter or -PropertyID to specify the property.

‑PropertyVersion
Required

The version of the associated property to filter the test suites by. Combine this parameter with -PropertyID or -PropertyName.

‑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 default.

‑SendEmailOnCompletion

Sends a notification email after the test run completes.

‑TargetEnvironment
Required

Environment against which the test run executes the request, either PRODUCTION or STAGING.

‑TestCaseID

Your functional test case's ID.

‑TestSuiteID
Required

Your test suite's ID.

Related Links