Declined
Last Updated: 13 Dec 2023 15:08 by ADMIN
ADMIN
Cody
Created on: 10 Apr 2013 19:53
Type: Feature Request
2
Add starting point option for "Run to here"
Sometime you don't want Run To Here to start at step 1 of the current test. Instead you want it to start at some step of a parent test because the current test is actually a subtest. Currently this is not possible (starting from a parent test) which makes developing/debugging a subtest more difficult. Visual Studio has the concept of "set as startup project". If Test Studio implement something similar, a "set as start here point" it would make developing subtests easier.
1 comment
ADMIN
Konstantin Petkov
Posted on: 12 Apr 2013 08:33
This feedback is confusing to me. How does VS startup project concept relates to executing specific steps along with attaching the recorder of Test Studio?
For the first part of the feedback we have Run Selected Steps option so that you choose the steps to execute (and not have to execute all steps from step 1). There is also Run from Here option.

As far as I understand the key in this feedback is about limited Run options in the context of parent/child tests, is that correct? Can you clarify on the exact parent/child test scenario one needs this for? Thanks!