Completed
Last Updated: 12 May 2020 07:01 by ADMIN
ADMIN
Cody
Created on: 05 Apr 2013 22:30
Type: Feature Request
3
Ability to "Step Into" debugging nested tests
It is rather difficult to debug tests that use nested sub-tests. You can't set a breakpoint in a sub-test (it's ignored) and you can't "Step over" and "Step into" similar to how source code debugging works in Visual Studio.
3 comments
ADMIN
Daniel Djambov
Posted on: 12 May 2020 07:01

This is now implemented and works in our latest releases 2019.3 onward. Setting a break point in a Test As Step enters Debug mode and you can execute one step at a time from Visual Debugger.

Best Regards,
Daniel Djambov
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
ADMIN
Konstantin Petkov
Posted on: 06 Apr 2013 14:11
There is also request for supporting nested tests breakpoints, e.g. stop in sub test if a breakpoint is set:
http://feedback.telerik.com/Project/117/Feedback/Details/45508-breakpoints-support-for-nested-tests
ADMIN
Konstantin Petkov
Posted on: 06 Apr 2013 14:10
Agree, a "Step Into" would be nice. Rephrasing the feedback a bit.