Automated web browser testing

One of our focuses when developing software is the creation of tests suites. These tests ensure that after every change in the server-side software that all processes still work as expected.


As more and more new web technologies are being introduced software is no longer restricted to the server; complex websites and web applications often make extensive use of Javascript. In these cases we use automatic web browser testing using systems like Selenium to ensure client-side software is also continuously tested.