Click or drag to resize
AutomatedTestsGetTestAppSetting Method

Note: This API is now obsolete.

Gets the app setting from test configuration file

Namespace: CMS.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("Use TestsConfig.GetTestAppSetting(name)")]
protected internal static string GetTestAppSetting(
	string name
)

Parameters

name
Type: SystemString
App setting name

Return Value

Type: String
See Also