punekar
14 years agoOccasional Contributor
Getting name of sub-task of a complex task
Say I have a complex task, say "Complex-T" which has three subtasks "TaskA", "TaskB" and "TaskC". And I have a LoadTest that contains the Complex-T task.
I have written an event handler to process OnLoadTestingRequest for one of the requests originating from a subtask, say "TaskB".
Now in the script, when I check the User.TaskName property, it points to "Complex-T". How do I get the name of the subtask "TaskB" ?