markre94
3 years agoOccasional Contributor
Get script function name in Python
Hi,
I have a trouble with obtaining the name of the test function while running it as a Script Routine using Python.
How to retreived test function name via Project.TestItems.Current.ElementToBeRun.Caption or something else when the script is not running from ExecutionPlan as a test item but as Script Routine from the code.