Hi all,
I have a project which makes an heavy use of WebSockets. Unfortunately, I have very fragile Selenium tests: some things that I have done by hand tens of times breaks almost always in Selenium.
FYI, my technology stack is: Java 6, Atmosphere 2.1, Wicket 6.12, Tomcat 7 and Selenium 2.39. I use Windows 7, Debian 7, FreeBSD 10 and Android.
So, as you see, I have a lot of combinations to test, but for the moment, I concentrate on Selenium tests based on Firefox 27 on Debian 7. When they are stable, maybe I'll change my mind. My app works in FF, IE >= 10, Opera, Safari and Chrome
It's a pity for me that I can't have stable Selenium tests because all these platforms would greatly benefit from automated GUI tests. I've tried with FF, Opera and Chrome on Debian 7 in Jenkins, with no luck.
So, if anyone have an idea about where I should start to look, any help will be much appreciated.
Regards,
Pierre