Hi is there a good way to make a test repeat until the endpoint disconnects?
I have a samsung phone on which i should repeat a simple test until the phone shutsoff because the batterie is empty is there a clean way or do i just put everything in a huge while loop till something goes wrong?
Is there a way to repeat a test in an endless loop?
Re: Is there a way to repeat a test in an endless loop?
You can set an "Iteration count" on the properties for a test case. Perhaps set that to a huge, huge number? Or stick it in a Smart Folder and also add a huge iteration count to that too, to multiple it?
Re: Is there a way to repeat a test in an endless loop?
mmh thx i guess that would work and here I sit writing a huge while loop 
