Won't Fix
Last Updated: 13 Dec 2017 16:40 by Pablo
ADMIN
Elena
Created on: 29 Nov 2017 08:51
Type: Feature Request
0
While cycle is being executed only once if Run->Selected step
Steps to reproduce: 

1. Open the sample project and run the test to the step before while. 

2. Once the recorder is attached please select to run the while step only

Actual: The cycle is being executed once although the condition is not met

Expected: To run the cycle until the condition is met

Details shared internally!
2 comments
Pablo
Posted on: 13 Dec 2017 16:40
I tried your suggestion and it works as expected, thank you.
ADMIN
Ivaylo
Posted on: 08 Dec 2017 08:56
In order to execute all iterations in the while loop you need to select the step afterwards. Executing Run To Here or Run Selected on a loop step executes one iteration at a time. This is done by design and it is mainly for debugging purposes.

This very same behavior is applicable for databinding. Please refer to the following feedback for more information:

https://feedback.telerik.com/Project/161/Feedback/Details/197896-run-from-here-and-run-selected-step-are-executing-a-single-iteration-when-the