Completed
Last Updated: 03 Sep 2013 06:44 by ADMIN
ADMIN
Plamen
Created on: 05 Jun 2013 08:29
Type: Feature Request
1
The execution API has no detection of a test as step execution when using the OnBeforeTestStarted and OnAfterTestCompleted events
Currently it's difficult to obtain the info about wether or not a test is a parent test or if it is just a sub-test. A customer would like to have a way to detect that when using the OnBeforeTestStarted and OnAfterTestCompleted events. We need to expose a property which will indicate whether the current test is parent or sub-test.
1 comment
ADMIN
Konstantin Petkov
Posted on: 03 Sep 2013 06:44
Hello,

This is solved with 2013.1 release. The execution API exposes the property ExecutionContext.ExecutingTestAsStep which one can use to determine if the a test as step is being executed.

Thanks for the feedback!