Next: , Previous: MIN architecture overview, Up: Introduction to MIN Test Framework


2.2 MIN modules on the interface layer

Currently, three interfaces are supported in MIN:

The UI is used to start the test case execution. The UI can also show information about the test case progress to the user.

The interface modules have access to the engine functionality. There exists several asynchronous functions in Test Engine, and therefore the user interface has to handle several ongoing asynchronous requests.

The MIN Console UI is used to manually start the test case execution.

The command line interface can be used, for example, to execute all the test cases of all configured test module(s).