Meego Wiki
Views

Quality/QA-tools/Scripts and utils

From MeeGo wiki
< Quality | QA-tools
Revision as of 16:15, 2 December 2010 by Esmietti (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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/
 

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]"
Personal tools