Click or drag to resize
AutomatedTestsGlobalTestsConfig Property

Note: This API is now obsolete.

Global configuration file for tests (Tests.config located in root directory)

Namespace: CMS.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("Use TestsConfig.GlobalTestsConfig")]
protected static Configuration GlobalTestsConfig { get; }

Property Value

Type: Configuration
See Also