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

C# Syntax

protected abstract string GetClassName()

Return Value

The running class name.