Difference between revisions of "What to test"
m (Created page with '= What to test = == GUI == *Navigator <br>*LnF <br>*Text resource <br>*Language <br>*Culture <br>*Timezone == Navigation access == *Navigator <br>*NAV is set <br>*NAV is not …') |
Wikicatglobe (talk | contribs) |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | = What to test = | + | <accesscontrol>Main:MyGroup</accesscontrol> |
+ | = What to test = | ||
− | == GUI == | + | == GUI == |
− | *Navigator | + | *Navigator |
+ | *LnF | ||
+ | *Text resource | ||
+ | *Language | ||
+ | *Culture | ||
+ | *Timezone | ||
− | == Navigation access == | + | == Navigation access == |
− | *Navigator | + | *Navigator |
+ | *NAV is set | ||
+ | *NAV is not set | ||
− | == Resource access == | + | == Resource access == |
− | *Administor account | + | *Administor account |
+ | *System account | ||
+ | *Administrator role | ||
+ | *Manager role | ||
+ | *Observer role | ||
+ | *No role | ||
+ | *Inherite access | ||
− | == Function test == | + | == Function test == |
− | *Main function specified in FD | + | *Main function specified in FD |
+ | *Using basic technique to generate test data: | ||
− | - Equivalence partitioning: http://en.wikipedia.org/wiki/Equivalence_partitioning | + | - Equivalence partitioning: http://en.wikipedia.org/wiki/Equivalence_partitioning |
− | + | - Boundary-value analysis: http://en.wikipedia.org/wiki/Boundary-value_analysis | |
− | + | == Validation test == | |
− | == Performance test == | + | *Valid value |
+ | *Invalid value | ||
+ | *Overload value | ||
+ | |||
+ | == Performance test == | ||
+ | |||
+ | [[Category: Test case guidelines]] |
Latest revision as of 11:38, 18 October 2013
<accesscontrol>Main:MyGroup</accesscontrol>
Contents
What to test
GUI
- Navigator
- LnF
- Text resource
- Language
- Culture
- Timezone
- Navigator
- NAV is set
- NAV is not set
Resource access
- Administor account
- System account
- Administrator role
- Manager role
- Observer role
- No role
- Inherite access
Function test
- Main function specified in FD
- Using basic technique to generate test data:
- Equivalence partitioning: http://en.wikipedia.org/wiki/Equivalence_partitioning
- Boundary-value analysis: http://en.wikipedia.org/wiki/Boundary-value_analysis
Validation test
- Valid value
- Invalid value
- Overload value