Unit test production route in Apache Camel using mock endpoints

A previous article was focused on Apache Camel aggregation component, its new JDBC persistent repository more precisely. The sample provided includes a unit test which uses multiple good practices to test Camel routes. Let’s analyse them one by one.

Have a test spring context

The main idea is to keep unit test as simple as [...]

Load testing enterprise applications efficiently (3/3)

Tools orchestration

We have seen an overview of all necessary tools separately. A bash script file will orchestrate all tools together and will generate a report.

This report is then uploaded on our intranet so every one can consult and comments the results. In our case we use a confluence specific command line tool to [...]