Under Review
Last Updated: 02 Jan 2024 11:11 by ADMIN
ADMIN
Boyan Boev
Created on: 17 Oct 2014 10:56
Type: Feature Request
2
Detect breakpoints when "Run From Here", "Run to Here" or "Run Selected" is used
Now when you run the test through "Run From Here",  "Run to Here" or "Run Selected" it doesn't stop at the break points.
1 comment
Dennis
Posted on: 08 Mar 2017 15:28
This is an observation we have made in our projects as well. Trying to debug test cases that have been modularized into Test-As-Steps is very difficult. 

The only method we currently have is to extract all of the individual steps from each Test-As-Steps into a single new Test Case, and then do our debugging there. Once we have our fix, we have to update the existing Test-As-Steps with the fix, and do this back and forth until everything works again.

Breakpoints won't stop inside a Test-As-Step, and Run-To-Here commands only run the steps contains within the Test-As-Step, missing out on crucial steps needed to perform basic login and page navigation.