Ste Practical No 9
Ste Practical No 9
Aim: Design test plan and test cases for Notepad Application
Test Deliverables
Test Deliverables are the outputs or artifacts produced during the testing process. They are
essential for documenting, tracking, and communicating the results and progress of testing
activities.Test Deliverables are the outputs produced during the testing process, including:
4.State the use of test case specification.Enlist the test case specification identifiers.
Ans:
Use of Test Case Specification:
Exercise:
1)Test The Option Available In Notepad .Prepare The Test Plan For The Same.
Ans:
Test Plan
1. Test Plan ID: TP003
4. Test Objectives:
5. Test Scope:
● Application: Notepad
● OS: Windows 10
7. Test Schedule:
8. Test Resources:
● Testers: 2
● Test Tools: Manual Testing
● Test Cases
● Test Execution Reports
● Defect Reports
● Test Summary Report
Test Cases
Test Case Test Case Description Preconditions Test Steps Expected Result
ID Name
TC001 New File Verify None 1. Open Notepad. A new blank file should
Option creating a new 2. Click File > be created.
file New.
TC002 Open File Verify File exists 1. Open Notepad. The selected file should
Option opening an 2. Click File > open.
existing file Open.
3. Select a file.
4. Click Open.
TC003 Save File Verify saving File is open 1. Open Notepad. The file should be
Option the current file 2. Enter text. saved with the given
3. Click File > name.
Save.
4. Choose location
and name.
TC004 Exit Verify exiting Any file open 1. Open Notepad. Notepad should close.
Option Notepad 2. Click File >
Exit.
TC005 Undo Verify undo Text is 1. Open Notepad. The last action should
Option functionality entered 2. Enter text. be undone.
3. Click Edit >
Undo.
TC006 Find Verify find Text is 1. Open Notepad. The searched text
Option functionality entered 2. Click Edit > should be highlighted.
Find.
3. Enter search
text.
4. Click Find
Next.
TC007 Font Verify font Text is 1. Open Notepad. The font of the text
Option changes entered 2. Click Format > should change.
Font.
3. Select a font.
4. Click OK.
TC008 Status Verify status None 1. Open Notepad. The status bar should be
Bar bar visibility 2. Click View > visible.
Option Status Bar.
2)Prepare Test Plan With Test Cases For The “Page Setup” Option.
Ans:
Test Plan
4. Test Objectives:
5. Test Scope:
6. Test Environment:
● Application: Notepad
● OS: Windows 10
7. Test Schedule:
● Start Date: yyyy-mm-dd
● End Date: yyyy-mm-dd
8. Test Resources:
● Testers: 2
● Test Tools: Manual Testing
● Test Cases
● Test Execution Reports
● Defect Reports
● Test Summary Report
Test Cases
Test Test Case Description Preconditions Test Steps Expected
Case Name Result
ID
TC011 Paper Size Verify paper None 1. Open Notepad. Paper size
Setup size settings 2. Click File > Page should be set
Setup. as selected.
3. Select paper size.
4. Click OK.
3)Test The Option”Word Wrap”Of Format Menu And Prepare The Test Plan For The
Same.
Ans:
Test Plan
4. Test Objectives:
● Verify the functionality of the "Word Wrap" option in the Format menu.
● Ensure that text wrapping works as expected when toggled.
5. Test Scope:
6. Test Environment:
● Application: Notepad
● OS: Windows 10
7. Test Schedule:
8. Test Resources:
● Testers: 2
● Test Tools: Manual Testing
● Test Cases
● Test Execution Reports
● Defect Reports
● Test Summary Report
Test Cases
Test Test Description Preconditio Test Steps Expected Result
Case Case ns
ID Name
TC012 Word Verify text wraps None 1. Open Notepad. Text should wrap
Wrap correctly with 2. Click Format within the window
On Word Wrap on > Word Wrap. width.
3. Enter long
text.
TC013 Word Verify text does None 1. Open Notepad. Text should extend
Wrap not wrap with 2. Click Format beyond window
Off Word Wrap off > Word Wrap to width without
toggle off. wrapping.
3. Enter long
text.
These test plans and cases ensure thorough verification of the Notepad application's various
functionalities and settings.