Tag: webdriver
Acceptance testing at synyx – Part 3
Marc Kannegiesser
04.02.2013
After showing you how to request a remote browser from a Selenium Grid in the last part its time to put some effort in getting the grid running smoothly. Also,…
Acceptance testing at synyx – Part 2
Marc Kannegiesser
29.01.2013
In the first part of the series I gave some reasons why to do acceptance testing (or webtests) as well as a rough overview how we do it at synyx.…
Acceptance testing at synyx – Part 1
Marc Kannegiesser
23.01.2013
Overview – Why and how we do web-testing In my team at synyx we wrote a lot of tests in 2012. Most of the tests were unit-tests (as a consequence…
Testing webapp startup on Jenkins using Maven, Tomcat and Web Driver
Florian Hopf
08.10.2011
Modern web applications often consist of quite some configuration files that should at least be tested for validity. Think of Spring controller configurations, web application descriptors and the like that…