GetAlternativeTestName Method
Returns the alternative Test name that is used whenever framework errors occur.
Remarks
This can be useful to set the start and end points of a test in your class if the runner you are using does not successfully pass OpenText Functional Testing for Developers test names to the OpenText Functional Testing for Developers report.

In this case, by default the OpenText Functional Testing for Developers report displays: [Undefined]. Override to provide an alternative test method name.

C# Syntax

protected virtual string GetAlternativeTestName()

Return Value

The alternative test name.