microsoft / WinAppDriver

Windows Application Driver
MIT License
3.7k stars 1.4k forks source link

WinAppDriver causes my application to randomly crash #1981

Open Dimitris0007 opened 8 months ago

Dimitris0007 commented 8 months ago

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

anunay1 commented 8 months ago

Might not be an issue with winappdriver, check if the application you are testing has memory leaks.