About MIN Test Framework
MIN is advanced framework for test case implementation and execution under Linux. It allows to implement test cases in separated test modules with common API and run independently in own processes. It's easy to use with one of three simple interfaces to test modules:
- MIN ConsoleUI (based on ncurses)
- MIN Command line interface
- MIN External Interface
One of main advances of MIN is portability and reusability of test cases. The ones written in development phase may be used in system testing, automated release testing etc.
To simplify test case implementation MIN provides many tools with advanced features (like MIN Logger or MIN Parser) and predefined modules (like Python Scripter).