Jump to content

User:J4b0l/sandbox

From Wikipedia, the free encyclopedia
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

[edit]

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

Features

[edit]

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)


[edit]