Language Testing Plan/TCMS Guide
A test case management system (TCMS) can be used to organise numerous repetitive tests over several versions of a product release. It also provides simple interfaces to create, manage and execute tests for users with different permission levels. For the projects maintained by the WMF Language Engineering team, we are evaluating the use of Testlink as a test case management system. As a start we have included the tests for the Universal Language Selector that are manually run prior to MLEB releases. The following sections document the workflow used to create and execute the tests. Users with admin rights can create and manage tests. Users with tester roles can execute tests assigned to them.
More information about using Testlink can be found in the official User Guide
Log-in and RolesEdit
Create a new account at http://language-tcms.wmflabs.org/firstLogin.php by filling in the form. Registered users can then log into the TCMS system using http://language-tcms.wmflabs.org/login.php
- Users can be assigned different roles depending on the extent of their work inside the TCMS system. For the sake of simplicity, in the Testlink instance on language-tcms, we use 2 roles: admin and tester.
- The admin users prepare the tests, plan them and assign them to testers
- The testers can execute the tests assigned to them
- Test assignments are done after test plans for the extensions/features have been drawn up
- Before tests can be assigned, they have to be created and planned
Test CreationEdit
Tests within the TCMS system are organised as Test Projects with Test Specifications. Test Specifications include Test Suites which are used to group the invidual Test cases.
Test ProjectsEdit
Test Projects are created for individual product lines - for instance Universal Language Selector (ULS) . These can be created only by users with admin rights. While creating Test Projects a prefix can be specified that will be used in the unique IDs for all test-cases that are part of the project. An issue-tracker (like Bugzilla) can also be linked to a Test Project. The navigation path to create the Test Project is: From the User's Desktop view -> Click Test Project Management -> Click Create button |
|
Test SpecificationEdit
Test SuitesEdit
Test CasesEdit
Test PlansEdit
ReplicationEdit
- Test Projects, Test Suites, Test Cases, and Test Plans can all be replicated from the TCMS interface at the time of creation. The forms will provide options from existing sets that can be chosen as the base. These can also be exported/imported using XML files.
- New sets are necessary not just for creating newer versions of tests, but also for creating duplicate sets of Test Plans if more testers join in later