|
File Open - Test case
1. Launch Application
2. Select "File" menu
File menu pulls down
3. Choose "Open"
"Open" dialog box appears
4. Select a file to open
5. Click OK
Resultt: File should open as aspects
Print Preview - Test case
1. Launch Application
2. Open a Document
3. Chose File > Print Preview
Result: The Document should appears in preview mode
4. To increase magnification, click Zoom In.
Result: The Document look should increase
5. To decrease magnification, click Zoom Out.
Result: The Document look should decrease
6. Chose File > Print
The Print dialog box appears.
8. Click OK.
Result: The Document should print out as expects
Idea behind Test Cases is to keep truck of your testing
Documented. Test Case contains usually two main parts: Steps to reproduce (Step by step instruction of how you
perform the test) and the Expected Result (Whatever you - tester, expects as a result)

NOTE:
This is only an example of a Test Cases.
Test Cases can be more or less complicated, more or less detailed. In real environments your Case's contents and
layout most likely will be different, depends on your project and company requirements.
|