Validate Excel files in Citrus
Lately I had to deal with Excel files as REST Http service response. I came up with a pretty clever validation mechanism in Citrus that I would like to share...
Lately I had to deal with Excel files as REST Http service response. I came up with a pretty clever validation mechanism in Citrus that I would like to share...
TestNG provides brilliant support for test parameters and data providers. With some annotation magic you are able to pass parameter values to your test metho...
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 ...
By setting the SOAP mustUnderstand header attribute to “1”, you indicate that the service provider must process the SOAP header entry. In case the service pr...
Test cases in Citrus are usually provided with some meta information like the author’s name or the date of creation. This post shows how to extend on this to...