Skip to main content

How to do model-based testing

We also support model-based testing in Boozang. This allows you to builod a model of the application, and Boozang will automatically generate the tests. It's usually harder to get started with model-based testing, but after the user manages to create his first workable model, a user can significantly reduce test maintanence effort, and scale up automation coverage faster.

00:03 Boozang introduces a concept for scanning applications to build test coverage.

00:19 Building a virtual representation of the application in the AI module

00:31 Building a data model for a project management application

00:49 Identify critical elements in your application

01:05 The Boozang tool suggests 'create project' as the button, but it should be called 'create new project'.

01:21 Boozang allows for building tests without manual record and replay

01:38 Capturing all dependencies inside forms

01:54 Boozang enables fast and efficient end-to-end test building