TestNG provides brilliant support for test parameters and data providers. With some annotation magic you are able to pass parameter values to your test method and finally to your Citrus test logic.

weiterlesen...

Author:Christoph Deppisch
Tags:Citrus, testng
Categories:citrus, development
Citrus and TestNG groups

TestNG groups add great flexibility to the Citrus test execution. We are able to divide all tests into several groups reaching a sophisticated seperation of concerns in our test setup. As an example I want to classify some of my functional Citrus tests as “long-running”. These tests may not apply to continuous execution every time I package my project. Instead of this I want to set up a scheduled integration build to execute those long-running tests in a time schedule.

weiterlesen...

Author:Christoph Deppisch
Tags:Citrus, Maven, testng
Categories:citrus, maven

Once you have written Citrus integration tests it would be nice to also use these test scenarios for performance testing. In a recent project we accomplished basic performance tests just using some out-of-the-box features in TestNG. In this post I would like to share a simple example with you regarding performance testing in Citrus.

weiterlesen...

Author:Christoph Deppisch
Tags:Citrus, performance-testing, testng
Categories:citrus, development