Test automation

May 2016

Efficiency in test automation with Serenity

By | May 5th, 2016|Technologies, Test automation|

Nowadays Web applications are more and more sophisticated and project managers cannot afford long manual testing cycles. Because of applications complexity, record and play testing tools are not sufficient. These tools produce scripts that are time-consuming for maintaining them each time the applications changes. For this reason, we try to use tools and techniques that [...]

Selenium, a testing industry standard

By | May 5th, 2016|Technologies, Test automation|

Selenium WebDriver has become the most used test automation library, slowly becoming an industry standard. The ease of integration with different tools, flexibility to write test in a preferred language, made the adoption of selenium, a recipe for successful web test automation projects. We have been using Selenium with Java, since 2011, developing all our [...]

JUnit as unit framework

By | May 5th, 2016|Technologies, Test automation|

  JUnit is an Open Source framework designed for writing and running automation tests. This framework is a part of xUnit family of frameworks. At first, it was designed for Java, but now it can be used with other programming languages as well. The most important features of this framework are:  JUnit is Open Source [...]