Module Support

Tagged modules in Boozang
New Features

Module Support

 

Boozang takes an object-oriented approach to testing. Just like your application can be divided into modules and sub-modules, so can your tests.

It takes some experience to make the perfect test break-down, and it’s different from application to application. Usually, it’s best to try and mirror the components, or modules, of the application in the Boozang tool. The below image gives an example of this

 

The modules are used to divide your tests into functional areas of your application. Where other tools usually have tests and test suites, or test suites are just another test in Boozang (using Plug test-case). Modules are used to organize tests to match the functional modules of the application. They work as folders to organize your tests, but also to allow data to be added on the module level. For instance, in the Inventory module in the example, the Test data for inventory should typically be saved as Module data.

Sub-modules

For very complex applications it can sometimes be useful to introduce sub-modules. This is particularly useful when you have sub-modules on the application side. For most SaaS applications, such as CMS (content management system) or ERP (Enterprise resource planning), the application is organized in two levels, making the project-module-test hierarchy sufficient.

Try Boozang today

Codeless testing that works. No credit card or commitment required.