GetTestName Method
This method is implemented in UFT Developer Visual Studio templates to get the running test name provided by the selected framework (NUnit/MSTest) TestContext.

C# Syntax

protected abstract string GetTestName()

Return Value

The running test name.