Click or drag to resize
AutomatedTestsGetTestConnectionString Method

Note: This API is now obsolete.

Gets the connection string of the given name from test configuration file

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

Parameters

name
Type: SystemString
Connection string name

Return Value

Type: String
See Also