Offload the development team by using business developers to write the tests.
To support Business-driven development, we have built-in Gherkin support in Boozang.
The idea is that a business analyst or product owner write the acceptance criteria for a feature using Gherkin syntax (Given, When, Then).
Cucumber is proven and used by thousand of businesses. For an exhaustive description of the Cucumber / Gherkin language see https://cucumber.io/.
Use existing Cucumber reporting plugins to create stunning report visualizations.
For Jenkins, checkout the amazing plugin: https://plugins.jenkins.io/cucumber-reports/
We also support a number of built-in report formats for a more detailed view, including performance reports.
Push and maintain your features with your code.
We support GitHub, BitBucket, GitLab, and Azure version control system integrations out-of-the-box.
For Enterprise-level teams, we warmly recommend maintaining your features using XRay. We integrate with XRay out-of-the-box.
Tag your tests! By using tags on module and test level it’s very easy to control test executions from your CI server.
Tag by functional area and even team and extract valuable business. Slice and dice tests how you like using and/or/not logic.