Meego Wiki
Views

Quality/TestSuite/MCTS/readme template

From MeeGo wiki
< Quality | TestSuite | MCTS(Difference between revisions)
Jump to: navigation, search
 
Line 7: Line 7:
BUILD AND INSTALL
BUILD AND INSTALL
1. Build
1. Build
-
cd mcts-<component>-tests
+
cd mcts-foo-tests
-
./pack.sh
+
./pack.sh
-
This will generate rpm package mcts-<component>-tests-1.0.0-1.i386.rpm
+
This will generate rpm package mcts-foo-tests-1.0.0-1.i386.rpm
2. Install
2. Install
-
rpm -ivh mcts-<component>-tests-1.0.0-1.i386.rpm
+
rpm -ivh mcts-foo-tests-1.0.0-1.i386.rpm
3. Test environment setup
3. Test environment setup
Line 18: Line 18:
4. Run
4. Run
-
testkit-lite -f /usr/share/mcts-<component>-tests/tests.xml
+
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