Hi,
We bought few years ago the Tekerik Test Studio 2017.1.207.0.
When we run tests, and application windows or popup are closed, we frequently have the message :
Failure Information:
~~~~~~~~~~~~~~~
Collection was modified; enumeration operation may not execute.
InnerException:
System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
at System.Collections.Generic.List`1.Enumerator.MoveNextRare()
at System.Collections.Generic.List`1.Enumerator.MoveNext()
at System.Linq.Enumerable.LastOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
at ArtOfTest.WebAii.Core.Manager.get_ActiveWpfWindow()
at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteStep(Int32 order)
We tried to add a wait command after the close but it does not succeeded.
Is there a workaround to bypass this bug ?
Is this bug fixed in latest version ?
Thanks in advance,
Best regards.