This is a sample test case for the Pizza International application. 

Test Case 1

Purpose:
  1. Verify that an alternative Locale can be selected from the combo box.
Requirement Traceability: Setup:

Obtain the most current version of the Pizza International application.
Follow the directions below. 

Test Data:

Action
Input
Expected Output
Launch the application


The application main GUI appears.
The Locale drop down box is displayed with "English" selected.
Six toppings appear under the label "Toppings."
Verify all locales are available
Click the drop down button in the combo box
Verify that all four required locales appear:
English, French, Spanish, Japanese
Select a language
Select "fr/French" in the combo box.
The topping names appear in French under
the word "Garnitures"
Return to default
Select "en/English" in the combo box.
The original topping names are restored.

Notes:
We don't check for GUI colors or label positions, that should be done in a GUI unit test.
We don't check ALL locales, that should be done in a unit test.
We don't check the spelling of the toppings, that should be done in a unit test.
We don't check if the Submit button works, that should be done in a separate system test case.

Optional: If you have a prototype GUI screen available, you can refer to it.