Declined
Last Updated: 14 Dec 2023 14:27 by ADMIN
ADMIN
Plamen
Created on: 06 Jun 2013 09:36
Type: Feature Request
1
ExecutionContext properties indicating whether or not the test is run via the "Run>To Here" or "Run>Selected Steps" options.
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
1 comment
ADMIN
Konstantin Petkov
Posted on: 26 Jun 2013 13:56
Hi,

Just to clarify, the RunFromHereStepExecuted is 'true' in case of both RunFromHere and RunSelected steps execution. We probably need to expose the exact type of execution to the public API and deprecate this property.

Will that work for you?

Thanks!