Difference between revisions of "What to test"

From Catglobe Wiki
Jump to: navigation, search
m
m
Line 31: Line 31:
 
*Using basic technique to generate test data:
 
*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
 
- Boundary-value analysis: http://en.wikipedia.org/wiki/Boundary-value_analysis
  

Revision as of 11:15, 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