Difference between revisions of "What to test"

From Catglobe Wiki
Jump to: navigation, search
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 …')
 
m
Line 1: Line 1:
= What to test =
+
= What to test =
  
== GUI ==
+
== GUI ==
  
 
*Navigator <br>*LnF <br>*Text resource <br>*Language <br>*Culture <br>*Timezone
 
*Navigator <br>*LnF <br>*Text resource <br>*Language <br>*Culture <br>*Timezone
  
== Navigation access ==
+
== Navigation access ==
  
 
*Navigator <br>*NAV is set <br>*NAV is not set
 
*Navigator <br>*NAV is set <br>*NAV is not set
  
== Resource access ==
+
== Resource access ==
  
 
*Administor account <br>*System account <br>*Administrator role <br>*Manager role <br>*Observer role <br>*No role <br>*Inherite access
 
*Administor account <br>*System account <br>*Administrator role <br>*Manager role <br>*Observer role <br>*No role <br>*Inherite access
  
== Function test ==
+
== Function test ==
  
 
*Main function specified in FD <br>*Using basic technique to generate test data:
 
*Main function specified in FD <br>*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 <br>*Invalid value <br>*Overload value
 
*Valid value <br>*Invalid value <br>*Overload value
  
== Performance test ==
+
== Performance test ==

Revision as of 11:11, 9 April 2010

What to test

GUI

  • Navigator
    *LnF
    *Text resource
    *Language
    *Culture
    *Timezone

Navigation access

  • 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

Performance test