I am currently coding my own IExecutionExtension plugin. We already have : executionContext.RunFromHereStepExecuted. I would really like to know if a test has been run from Telerik Test Studio using "Run>Selected Steps" or "Run>To Here", but unfortunately there are no public properties for this. We need something like this: bool executionContext.RunToHereStepExecuted bool executionContext.'RunSelectedSteps