Meego Wiki
Views

Quality/TestSuite/MCTS/readme template

From MeeGo wiki
< Quality | TestSuite | MCTS
Revision as of 06:04, 13 August 2010 by Xzheng (Talk | contribs)
Jump to: navigation, search

mcts-foo-tests


INTRODUCTION
e.g. test coverage, and test cases layout, and test package dependencies etc.

BUILD AND INSTALL
1. Build
cd mcts-<component>-tests
./pack.sh
This will generate rpm package mcts-<component>-tests-1.0.0-1.i386.rpm

2. Install
rpm -ivh mcts-<component>-tests-1.0.0-1.i386.rpm

3. Test environment setup
Refer "Test environment" section

4. Run
testkit-lite -f /usr/share/mcts-<component>-tests/tests.xml

TEST ENVIRONMENT
1. software requirements
e.g. pre-requisites like packages, utilities, tools and service setup required for testing.

2. hardware requirements
e.g. hardware required and pre-configuration perform the tests

KNOWN ISSUES
state any known issues regarding to running this test suite (e.g. in specific test framework, on specific platforms etc.) <br>
Note: you can report the defects of this test suite to maintainer@xxx.com

TODO
provide todo list regarding to test suite development and enhancement


Personal tools