Jump to content

User:J4b0l/sandbox

From Wikipedia, the free encyclopedia
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
MIN Test Framework
Initial releaseInitial Release 2008w50 on 30th Feb 2008.
Written inCore application: C.
Operating systemLinux
Available inEnglish
TypeTest Automation Framework
LicenseGPLv2
WebsiteMIN Test Framework

Introduction

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 (ie. Lua scripter)
  • optional Python scripter test module
  • test module wizard for few types of modules
  • utilities for implementing modules (ie. MIN logger, MIN parser)