Igor Ziselman

Results 4 comments of Igor Ziselman

Hi. please, could you provide a solution for the issue?

Let's check other scenario: when code contains "random" bug and developer wants to execute a test many times till the test will fail. In the case, developer defines number of...

[Retry] and [Repeat] tests don't show actual number of starts in result xml report. Probably, it's possible write it to report. Also, I use Repeat test to find problematic input....

For example, I have a production code, which sometimes fails and I want to find input value, when it happens. I prepare synthetic test. ``` c# [Test, Repeat(100)] public void...