Execute a .aii test file

Namespace: ArtOfTest.WebAii.Design.Execution
Assembly: ArtOfTest.WebAii.Design (in ArtOfTest.WebAii.Design.dll) Version: 2012.2.904.0 (2012.2.904.0)

Syntax

C#
public static ResultSummary Test(
	string fullTestPath,
	Settings settingsToUse,
	string fullPathToBinary
)
Visual Basic
Public Shared Function Test ( _
	fullTestPath As String, _
	settingsToUse As Settings, _
	fullPathToBinary As String _
) As ResultSummary
Visual C++
public:
static ResultSummary^ Test(
	String^ fullTestPath, 
	Settings^ settingsToUse, 
	String^ fullPathToBinary
)

Parameters

fullTestPath
Type: System..::..String
The full path to the .aii file
settingsToUse
Type: ArtOfTest.WebAii.Core..::..Settings
The settings to use for this test.
fullPathToBinary
Type: System..::..String
The full path to the test binaries that contain the code behind for the test.

Return Value

The results of execution

See Also