Yifan Jiang píše v St 23. 05. 2012 v 10:53 +0800: > At the moment, the test suites are divided into different priorities (P1, P2, > P3, P4), accordingly we can create test runs based on the priority: > > - For Full Regression Test of a major version is to include all priority > of cases to a test run. > > - For Regression Test of a bug fix minor version is to include high (P1 > and P2) priority of cases to a test run. > > Those were what we did in Litmus era.
The proposal of what test scenario belongs to what priority is described at http://wiki.documentfoundation.org/QA/Testing/Test_Cases_Organization#Priority Just to explain some more background :-) Litmus allows to split test cases in two levels: "test group" and "subgroup". We used "test groups" to split by component, e.g. Writer, Calc. We used subgroup to split by priority, e.g. P1, P2. Moztrap has only one level called "Test Suites". It allows to run only the whole "test suite". We might want to run only "P1" and maybe "P2" tests for bugfix releases => Yifan had the great idea to split test suites by priorities. Note that Moztrap allows to add any tag for each test case. We could use the tags for marking component-specific bugs. It is easy. Test cases authors just select from list of available tags that is provided by administrator. Best Regards, Petr _______________________________________________ List Name: Libreoffice-qa mailing list Mail address: [email protected] Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://lists.freedesktop.org/archives/libreoffice-qa/
