Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

What to test: Difference between revisions

From Catglobe Wiki
mNo edit summary
mNo edit summary
Line 12: Line 12:
== Navigation access  ==
== Navigation access  ==


*Navigator
*Navigator  
*NAV is set
*NAV is set  
*NAV is not set
*NAV is not set


== Resource access  ==
== Resource access  ==


*Administor account
*Administor account  
*System account
*System account  
*Administrator role
*Administrator role  
*Manager role
*Manager role  
*Observer role
*Observer role  
*No role
*No role  
*Inherite access
*Inherite access


Line 33: Line 33:
- 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  


== Validation test  ==
== Validation test  ==


*Valid value
*Valid value  
*Invalid value
*Invalid value  
*Overload value
*Overload value


== Performance test  ==
== Performance test  ==
[[Category: Test case guidelines]]

Revision as of 09: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