Meego Wiki
Views

Quality/TestSuite/MCTS/readme template

From MeeGo wiki
< Quality | TestSuite | MCTS(Difference between revisions)
Jump to: navigation, search
(Created page with ''''mcts-foo-tests''' <pre> INTRODUCTION e.g. test coverage, and test cases layout, and test package dependencies etc. BUILD AND INSTALL TEST ENVIRONMENT 1. software requiremen…')
 
(One intermediate revision not shown)
Line 6: Line 6:
BUILD AND INSTALL
BUILD AND INSTALL
 +
1. Build
 +
cd mcts-foo-tests
 +
./pack.sh
 +
This will generate rpm package mcts-foo-tests-1.0.0-1.i386.rpm
 +
 +
2. Install
 +
rpm -ivh mcts-foo-tests-1.0.0-1.i386.rpm
 +
 +
3. Test environment setup
 +
Refer "Test environment" section
 +
 +
4. Run
 +
testrunner-lite -f /usr/share/mcts-foo-tests/tests.xml -o results.xml
TEST ENVIRONMENT
TEST ENVIRONMENT

Latest revision as of 01:04, 9 September 2010

mcts-foo-tests


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

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

2. Install
 rpm -ivh mcts-foo-tests-1.0.0-1.i386.rpm

3. Test environment setup
Refer "Test environment" section

4. Run
 testrunner-lite -f /usr/share/mcts-foo-tests/tests.xml -o results.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