I'm using winappdriver to automate GUI tests on a windows application.
Everything works fine except for the fact that every so many runs of my testscript, my application crashes.
It's not always at the same clicks or in any kind of pattern.
The only thing I've noticed is that when I loop a certain clicks it doesn't seem to happen.
Only when running two different test scripts after one another.
Hello,
I'm using winappdriver to automate GUI tests on a windows application. Everything works fine except for the fact that every so many runs of my testscript, my application crashes. It's not always at the same clicks or in any kind of pattern. The only thing I've noticed is that when I loop a certain clicks it doesn't seem to happen. Only when running two different test scripts after one another.
Anyone any idea why this keeps happening?
Best regards