More actions
mNo edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
== GUI == | == GUI == | ||
*Navigator | *Navigator | ||
*LnF | *LnF | ||
*Text resource | *Text resource | ||
*Language | *Language | ||
*Culture | *Culture | ||
*Timezone | *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<br>- Boundary-value analysis: http://en.wikipedia.org/wiki/Boundary-value_analysis | - Equivalence partitioning: http://en.wikipedia.org/wiki/Equivalence_partitioning<br> | ||
- Boundary-value analysis: http://en.wikipedia.org/wiki/Boundary-value_analysis | |||
== Validation test == | == Validation test == | ||
*Valid value | *Valid value | ||
*Invalid value | |||
*Overload value | |||
== Performance test == | == Performance test == |
Revision as of 09:14, 9 April 2010
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