Click or drag to resize
TestsConfigGetTestAppSetting Method
Gets the app setting from test configuration file

Namespace: CMS.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntax
C#
public static string GetTestAppSetting(
	string name
)

Parameters

name
Type: SystemString
App setting name

Return Value

Type: String
See Also