Test case approval: Difference between revisions
From Catglobe Wiki
More actions
Wikicatglobe (talk | contribs) No edit summary Ā |
|||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
<accesscontrol>Main:MyGroup</accesscontrol> | |||
== How to get testcases approvedĀ == | == How to get testcases approvedĀ == | ||
Latest revision as of 10:37, 18 October 2013
<accesscontrol>Main:MyGroup</accesscontrol>
How to get testcases approved
There are some steps that need to be followed to get your test cases approved:
Get a list of what to be tested
- Input:Feature Design
- Output: a list ofĀ testable scenarios in order.
- In this phase, it's important that the FD as well as the related modulesĀ are understood clearly so that all the scenarios are listed. Every unclear scenarios should be discussed together with development team, including Tester, QA, BA and PM.
- Spreadsheet should be used to specify the list.
- Scenarios should be groupedĀ and sortedĀ (see 'What to test')
- Scenarios' priority should be specified.
Specify which test can beĀ automation-tested
- Input: list of scenarios in order
- Output: 2 lists of scenarios: a list for manual test and a list for automation test
- In this phase, it is important that tester and dev work well together to specify whichĀ case can be implemented automation test and which one should be tested manually.
- Test data should be provided in details for those cases which will be added to automation test. They must at leastĀ fulfill these criteria:
- 100% equivalence partitionning values.
- 100% boundary values.
- xx% statement coverage.
- Together with QA, get it approved.
Input more information to the test to fulfill the testcase template.
- Input:a list of testable scenarios whichĀ are approved.
- Output:Ā a list of test cases in correct template and with detail information.
- Base on 'General guidelines' section,Ā write test casesĀ for those scenarios in correct template and with detail information.Ā
- Together with QA, get it approved.
Create test cases in our System.
- Input: a list of test cases having detail information.
- Output: test cases are created in vnsurvey with all required information.
- In vnsurvey, create test casesĀ in the same order with the list.
- Specify requiredĀ information.
- For thoseĀ test cases that areĀ supposed toĀ test automatically, specify the Unittest-related information.
- Send the test casesĀ number to theĀ UnittestĀ development team.
- Together with QA, get its final approval.Ā