This page is part of a static HTML representation of TriTarget.org at https://tritarget.org

Model Based Testing

Sukima6th December 2016 at 9:34am

Model-based testing is a software testing technique where the run time behavior of the software under test is checked against predictions made by a model. A model is a description of a system’s behavior. Behavior can be described in terms of input sequences, actions, conditions, output, and flow of data from input to output. It should be practically understandable and can be reusable; shareable must have a precise description of the system under test.

https://www.guru99.com/model-based-testing-tutorial.html