Technologies

October 2018

The Easiest Way To Compare REST API Responses Using JMeter

By | October 9th, 2018|Performance testing, Technologies|

      Restful APIs have increased in popularity over the last few years. The trend started with giants like eBay and Amazon. This has happened because these types of APIs present multiple advantages. Some of these benefits are: good performance in component interactions, scalability, simplicity, portability and reliability. For these types of APIs, JSON files [...]

June 2016

Measuring performance with JMeter

By | June 10th, 2016|Performance testing, Technologies|

With the continuous growth of the number of services available online and a majority of potential clients or users opting for an online approach to those services, having a well optimised web application which can support a large number of concurrent users is a must these days. Failing to do so will substantially cut revenue [...]

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 [...]