Improve your delivery cycle and reduce the amount spent firefighting issues later in the release by addressing problems earlier in the development cycle. Extend your delivery pipeline with architectural metrics captured on top of your functional/integration tests (such as Unit Test based Framework or HTTP based tests) to get the functionality and architectural confidence to deploy in production.
- Trend Key Architectural Metrics per Build: look behind the scenes and trend key architectural metrics per tests such as number of SQL queries, external API calls, exceptions and log messages for every single build.
- Integrate with your Continuous Integration Tools:integrate in Jenkins within minutes using the officialJenkins Plugin, with the community provided Bamboo Plugin or directly in your build scripts with theAnt, Maven, MSBuild & NAnt Plugins or simply by using the Test Automation REST API.
- Share Build Result: export test data together with the corresponding PurePaths. Share the data with the development team and give them full visibility on why a build failed and how to fix the regression.