Contents |
MIN Test Definition Validator
Simple tool for validating test definition test case names with regular expression and also for checking that test definition includes all test cases which are defined in the MIN scripter files.
Validate tests.xml file(s)
mtdv -s /usr/share/test-definition/testdefinition-syntax.xsd -x tests.xml -x tests2.xml
Validate only tests.xml test case name(s)
mtdv -r "[S]" -x tests.xml -x tests2.xml
Validate MIN script test case name(s)
mtdv -r "[S]" -m /usr/lib/min/
Validate tests.xml and MIN test cases are valid
mtdv -s /usr/share/test-definition/testdefinition-syntax.xsd -x tests.xml -m /usr/lib/min/ -r "[S]"