Meego Wiki
Views

Quality/QA-tools/Scripts and utils

From MeeGo wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "= Scripts and utils = == mtdv == === Introduction === ''MIN Test Definition Validator'' Simple tool for validating test definition test case names with regular expression and…")
(Usage)
Line 23: Line 23:
  mtdv -r "[S]" -m /usr/lib/min/
  mtdv -r "[S]" -m /usr/lib/min/
    
    
-
Validate tests.xml and MIN test cases are valid
+
Compare test tests.xml case list to MIN test case list and validate all test cases
    
    
  mtdv -s /usr/share/test-definition/testdefinition-syntax.xsd -x tests.xml -m /usr/lib/min/ -r "[S]"
  mtdv -s /usr/share/test-definition/testdefinition-syntax.xsd -x tests.xml -m /usr/lib/min/ -r "[S]"

Revision as of 16:17, 2 December 2010

Contents

Scripts and utils

mtdv

Introduction

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.

Usage

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/
 

Compare test tests.xml case list to MIN test case list and validate all test cases

mtdv -s /usr/share/test-definition/testdefinition-syntax.xsd -x tests.xml -m /usr/lib/min/ -r "[S]"
Personal tools