Making Performance Testing part of your Continuous Integration Environment

BLOG 06/02/17

Making Performance Testing part of your Continuous Integration Environment

Continuous integration quickly became one of the key principles of agile development and DevOps as it makes our life easier in so many ways. It is important to realise, however, that every passed build still might have a negative effect on overall performance. That is why performance testing should be always included in the CI process. Let’s take a look at how to do it.

Read more
Evaluate tests automatically with acceptance criteria

BLOG 17/01/17

Evaluate tests automatically with acceptance criteria

In the latest release (1.3.0) we made it possible to define your own acceptance criteria. What’s so great about this is that they allow to evaluate tests automatically! For example, you can tell whether the average response time did not exceed a certain threshold or the CPU was not overloaded without needing to check it manually.

Read more