How to get the string of current run test name in the default sequence?

In reply to y-yang:

There are 2 methods available:

  1. virtual function string get_full_name(): returns the fullname including the hierachical path
  2. virtual function string get_name(): Returns the name of the object, as provided by the name argument