RanorexRanorex Documentation
BeginTestCase Method (testCaseName)
NamespacesRanorex.Core.ReportingTestReportBeginTestCase(String)
Creates a new TestCaseActivity and pushes it on the ActivityStack.
Declaration Syntax
C#Visual BasicVisual C++
public static void BeginTestCase(
	string testCaseName
)
Public Shared Sub BeginTestCase ( _
	testCaseName As String _
)
public:
static void BeginTestCase(
	String^ testCaseName
)
Parameters
testCaseName (String)
The name of the test case.
Remarks
For each BeginTestCase() called, EndTestCase() must be called, too.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 4.0.3.22982 (4.0.3.22982)