Software:MIN Test Framework

From HandWiki
MIN Test Framework
Min test framework screenshot.png
Initial releaseRelease 2009w51 on 10th Dec 2009.
Written inCore application: C.
Operating systemLinux
Available inEnglish
TypeTest Automation Framework
LicenseGPLv2
WebsiteMIN Test Framework

MIN Test Framework is advanced open source framework for test case implementation and execution under Linux.

Features

MIN provides three different interfaces for test case execution:

  • MIN ConsoleUI - easy to use, intuitive interface based on ncurses
  • MIN command line interface - allows to execute test cases directly from command line
  • MIN external interface - may be used to start test case execution from external system

MIN Test Framework includes:

  • predefined test modules for scripted test cases (i.e. Lua scripter)
  • optional Python scripter test module
  • test module wizard for few types of modules
  • utilities for implementing modules (i.e. MIN logger, MIN parser)

External links