Click or drag to resize

ProfileGetCredential Method

Get the credential from active test environment with Name

Namespace:  Hummingbird.TestFramework.Configuration
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public Credential GetCredential(
	string name
)

Parameters

name
Type: SystemString
Name of the credential

Return Value

Type: Credential
A Credential object which contains user name and password. if the token is not found, a Null object will be returned.
See Also