Click or drag to resize
AutomatedTestsGetTestConnectionString Method
Gets the connection string of the given name from test configuration file

Namespace: CMS.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 8.2.23
Syntax
C#
protected static string GetTestConnectionString(
	string name
)

Parameters

name
Type: SystemString
Connection string name

Return Value

Type: String
See Also