notepad testing report

23
NOTEPAD TESTING Using Test Complete Automation Tool 2016 PARAS RAJ PAHARI TROY UNIVERSITY

Upload: paras-pahari

Post on 21-Mar-2017

156 views

Category:

Software


11 download

TRANSCRIPT

Page 1: Notepad Testing Report

NOTEPAD TESTING

Using Test Complete Automation Tool

2016

PARAS RAJ PAHARI

TROY UNIVERSITY

Page 2: Notepad Testing Report

Table of Contents

1 TEST PLAN............................................................................................................................ 3

1.1 Test Plan Identifier ........................................................................................................... 3

1.2 Introduction ...................................................................................................................... 3

1.3 References ........................................................................................................................ 3

1.4 Test Items ......................................................................................................................... 4

1.5 Feature to be tested ........................................................................................................... 5

1.6 Feature not to be tested..................................................................................................... 6

1.7 Approach: Functional Testing (Black Box Testing) ........................................................ 6

1.8 Item Pass/Fail Criteria ...................................................................................................... 6

1.9 Test Deliverables .............................................................................................................. 7

1.10 Test Tasks ..................................................................................................................... 7

1.11 Environmental Needs ................................................................................................... 7

1.12 Staffing and Training Needs ......................................................................................... 8

1.13 Risks and Contingencies ............................................................................................... 8

1.14 Approvals...................................................................................................................... 8

2 Test Case Incident Report ....................................................................................................... 9

Page 3: Notepad Testing Report

2.1 Test Report Identifier ....................................................................................................... 9

2.2 Test Incident Summary .................................................................................................... 9

2.3 Incident Description ....................................................................................................... 10

3 Test Summary Report ........................................................................................................... 20

3.1 Evaluation of Summary Report NTSUMMARY_100 ................................................... 21

3.2 Approvals ....................................................................................................................... 21

REFERENCES ………………………………………………………………………………….22

Page 4: Notepad Testing Report

NOTEPAD TESTING

3 | P a g e

1 TEST PLAN

1.1 Test Plan Identifier

NT_TP_100

1.2 Introduction

This document provides the test plan on how we are going to test the functionalities of Notepad.

Notepad is windows based Desktop application that allows user to write and create text notes with

different extensions and provides a lot more functions. Here in this document we are going to

devise a plan that tests the several functions on the working of notepad and set pass/fail criteria.

We are doing black box texting. This is also known as end user testing. Here, we identify our

project information and functions that should be tested and list the test requirements. We identify

proper required resources.

1.3 References

IEEE 829 Standard Guidelines

Help Documentation of Notepad

Page 5: Notepad Testing Report

NOTEPAD TESTING

4 | P a g e

1.4 Test Items

We are testing every functionalities necessary. The Following are the Test Items that we are testing

for Notepad Version 6.1 using Test Complete tool.

Each Main Menu

Each Sub Menus

Maximize, Minimize, Resize functions

Text Inputs

Hot Keys Functionalities

Click Buttons

Context Menus

Edit abilities

Page 6: Notepad Testing Report

NOTEPAD TESTING

5 | P a g e

1.5 Feature to be tested

Drag and Resizing of Window Printing the content

Edit Texts Viewing the Documentations

Create New File Deleting The Texts

Open Existing File Copy and Pasting The texts

Closing The Window Inserting the Time/Date

Maximizing The Window Finding The pattern

Minimizing The Window Replacing The pattern

Formatting Texts Changing the inputs

Selecting The Texts Saving the file

Page 7: Notepad Testing Report

NOTEPAD TESTING

6 | P a g e

1.6 Feature not to be tested

We will be testing every features we have defined and we don’t have any feature that won’t be

tested and try to cover most of the features.

1.7 Approach: Functional Testing (Black Box Testing)

A functional testing doesn’t bother with any application internal details. It’s a type of black box

testing. It tests the application on one side and rest of the system and users on the other side.

Functional test is a type of customer test. It does only what customer wants. We will take this

approach for validating the notepad.

1.8 Item Pass/Fail Criteria

This testing process will requires at least 90% of test cases to pass to be satisfied by the project

leader. Every functionalities should be covered by those test cases. Highly major bugs must be

fixed, whereas minor defects can be ignored.

Page 8: Notepad Testing Report

NOTEPAD TESTING

7 | P a g e

1.9 Test Deliverables

Test Plan

Test Case Report

Test Summary

1.10 Test Tasks

Identify the Automation tool for carrying out functional testing

Create test requirements and test cases

Testing test cases

Creating Summary Result of logs

1.11 Environmental Needs

i. Windows Operating System

ii. Minimum Hardware configuration required to run Desktop application

iii. Minimum hardware configuration required to run automation Tool

Page 9: Notepad Testing Report

NOTEPAD TESTING

8 | P a g e

1.12 Staffing and Training Needs

We are creating the automation script using automation tool using Test Complete to test Notepad.

We require team which have technical knowledge who knows the features of notepad. Since Test

Complete needs basics scripting knowledge to perform the testing of desktop applications, we need

team having the knowledge of scripting skills on any of the VBScript, Python, or JavaScript.

For this at least 1 month of thorough training is required on how to use testing tools by following

the Test Complete documentation.

1.13 Risks and Contingencies

Since we are depending on trial version of Test Complete for 30 days, we need to complete our

testing tasks within that period. If not completed within that period, then Test Complete no longer

support our project tasks and it might get expensive if we have to buy. In such case, we might need

to register trial version for another user and import the previous project files to newly registered

Test Complete of Trial Version and continue the testing Project.

1.14 Approvals

Position Signature

Project Team Leader

Page 10: Notepad Testing Report

NOTEPAD TESTING

9 | P a g e

2 Test Case Incident Report

2.1 Test Report Identifier

TestDoc100

2.2 Test Incident Summary

We have included every test items in our test cases and tested each of these test cases rigorously

with Test Complete Tool, and the Test Case Report was produced by our Team. We tested around

100 Test Cases of whose results are shown below in the Test Description.

Page 11: Notepad Testing Report

NOTEPAD TESTING

10 | P a g e

2.3 Incident Description

Test Case Document ID: TestDoc100_1

Tested By: Paras Raj Pahari

Test Tool Used: Test Complete

Test Platform: Windows Operating System

Tested Desktop App: Notepad

Requirement

Test

Case

ID

Test Case Description

Expected

Result

Actual Result

Status

(Pass/Fail)

Validating

Maximize

Button

TC001

Verify the click on maximize button to

confirm whether it fits on the screen

Notepad window should

fit the screen

Notepad was

maximized

Pass

Validating

Close Button

TC002 Check if close button exits the empty

notepad

Empty Notepad should

exit

Notepad exited Pass

TC003 Check if it prompts user while closing the

unsaved notepad file

User should prompted to

save file before exiting

Before exiting user

was prompted

Pass

Validating

Minimize

Button

TC004 Check if minimize button minimizes the

window to the taskbar

Notepad should minimize

to the task bar

Notepad was

minimized to

taskbar

Pass

Validating

Restore

Button

TC005 Check if restore button restores the

window to its previously set size

Notepad Window should

restored to its previously

set size

Window was restore

to previously set

size

Pass

Validating

Drag and

Resize

Window

TC006 Verify if dragging window resizes the

window in different dimensions

Notepad should be

resized to different

dimensions

Window was

resized to different

dimensions

Pass

Validating

New

Functionality

TC007 Check if New options in file menu opens

the new notepad file or not

New Notepad file should

open

New file opened Pass

TC008 Check if using hotkey CTRL+N while on

notepad opens the new file

New File should open New File opened Pass

TC009 Check if Clicking on Notepad icon opens

the new file

New file should open New File Opened Pass

Validating

Undo

Functionality

TC010 Check if using hotkey CTRL+Z undo the

previous actions

Previous action should be

undone

Previous action was

undone

Pass

Page 12: Notepad Testing Report

NOTEPAD TESTING

11 | P a g e

Test Case Document ID: TestDoc100_2

Tested By: Paras Raj Pahari

Test Tool Used: Test Complete

Test Platform: Windows Operating System

Tested Desktop App: Notepad

Requirement

Test

Case

ID

Test Case Description

Expected

Result

Actual Result

Status

(Pass/Fail)

Validating

Undo

Functionality

TC011 Check whether Undo in Edit main menu

undoes the previous action

Previous action should

be undone

Previous action was

undone

Pass

TC012 Checks whether the Undo button in right

click context menu undoes the previous

action

Previous action should

be undone

Previous action was

undone

Pass

TC013 Checks whether Undo button in the Edit

main menu is disabled when there is no

any previous actions

Undo Button should be

disabled

Undo Button was

disabled

Pass

TC014 Checks whether Undo button in right

context menu is disabled when there is

no any previous actions

Undo Button should be

disabled

Undo Button

remained disabled

Pass

TC015 Checks whether hotkey (CTRL+Z)

response when there is no any of

previous actions

No response is expected No any response Pass

Validating

Cut Options

TC016 Checks whether the Cut options in Edit

main menu cuts the selected text

Selected text should be

cut

Selected text was

cut

Pass

TC017 Checks whether the Cut options in Edit

Menu is disabled when no texts are

selected

Cut Options should be

disabled

Cut Option Was

Disabled

Pass

TC018 Checks whether the CTRL+X cuts the

selected text

Selected text should be

cut

Selected text was

cut

Pass

TC019 Checks whether the CTRL+X response

when no text are selected

CTRL+X shouldn’t be

responded

No any response Pass

TC020 Verify whether the CUT options in

Context menu from right clicks cuts the

selected text

Selected Text should be

cut

Selected Text was

cut

Pass

Page 13: Notepad Testing Report

NOTEPAD TESTING

12 | P a g e

Test Case Document ID: TestDoc100_3

Tested By: Paras Raj Pahari

Test Tool Used: Test Complete

Test Platform: Windows Operating System

Tested Desktop App: Notepad

Requirement

Test

Case

ID

Test Case Description

Expected

Result

Actual Result

Status

(Pass/Fail)

Validating

Cut

Options

TC021 Checks whether Cut options in Right

click of context menu is disabled when no

text is selected

Cut Options in Context

menu should be disabled

Cut Options in

Context menu was

disabled

Pass

Validating

Copy Options

TC022 Checks whether the Copy options in Edit

main menu copies the selected text

Selected text should be

copied

Selected text was

copied

Pass

TC023 Checks whether the Copy options in Edit

Menu is disabled when no texts are

selected

Copy Options should be

disabled

Copy Option Was

Disabled

Pass

TC024 Checks whether the CTRL+C copies the

selected text

Selected text should be

copied

Selected text was

copied

Pass

TC025 Checks whether the CTRL+C response

when no text are selected

CTRL+C shouldn’t be

responded

No any response Pass

TC026 Verify whether the Copy options in

Context menu from right clicks copies the

selected text

Selected Text should be

copied

Selected Text was

copied

Pass

Validating

Paste Options

TC027 Checks whether the Paste options in Edit

main menu pastes the text from clipboard

Text is supposed to be

pasted

Text Was Pasted Pass

TC028 Checks whether the Paste options in Edit

Menu is disabled when no texts are in

clipboard

Paste Options should be

disabled

Paste Option Was

Disabled

Pass

TC029 Checks whether the CTRL+V pastes the

text from clipboard

Text should be pasted

from the clipboard

Text was pasted

from the clipboard

Pass

TC030 Checks whether the CTRL+V response

when no text are in clipboard

CTRL+V shouldn’t be

responded

No any response Pass

Page 14: Notepad Testing Report

NOTEPAD TESTING

13 | P a g e

Test Case Document ID: TestDoc100_4

Tested By: Paras Raj Pahari

Test Tool Used: Test Complete

Test Platform: Windows Operating System

Tested Desktop App: Notepad

Requirement

Test

Case

ID

Test Case Description

Expected

Result

Actual Result

Status

(Pass/Fail)

TC031 Verify whether the Paste options in

Context menu from right clicks pastes

from clipboard

Text should be pasted Selected Text was

pasted

Pass

Validate Save

Functionality

TC032 Check whether the save button of file

menu saves an empty file

Empty file should be

saved with prompt for

filename

Empty file could be

saved

Pass

TC033 Check whether CTRL+S hotkey saves the

file

CTRL+S should save the

file

File was saved Pass

TC034 Check whether the file can be saved in

different path location

File should be saved in

any path location

requested

File was saved in

given path locations

Pass

TC035 Check whether the file can be saved

under same file located in same directory

Should prompt user of

overwriting the file and

save as requested

As expected Pass

TC036 Check whether file saves under ANSI

encoding

File should be saved

under ANSI encoding

File saved under

ANSI encoding

Pass

TC037 Check whether file saves under UTF-8

encoding

File should be saved

under UTF-8 encoding

File saved under

UTF-8 encoding

Pass

TC038 Check whether file saves under Unicode

encoding

File should be saved

under Unicode Encoding

File saved under

Unicode encoding

Pass

TC039 Verify whether the file can be saved

under different extensions

File should able to be

saved under other

extensions other than .txt

As expected Pass

Validating

Exit Button

TC040 Checks whether the file exits from Exit

options under File Menu

File should be able to exit File can exit Pass

Page 15: Notepad Testing Report

NOTEPAD TESTING

14 | P a g e

Test Case Document ID: TestDoc100_5

Tested By: Paras Raj Pahari

Test Tool Used: Test Complete

Test Platform: Windows Operating System

Tested Desktop App: Notepad

Requirement

Test

Case

ID

Test Case Description

Expected

Result

Actual Result

Status

(Pass/Fail)

Validating

Print

Functionality

TC041 Checks whether the Print Options in File

Menu calls for Print Interface

Print Interface should be

called

As expected Pass

TC042 Checks whether CTRL+P hotkey calls for

Print Interface

Print Interface should be

called

As expected Pass

Validating

Delete

Functionality

TC043 Checks whether Delete options in Edit

Menu deletes the selected text

Selected Text should be

deleted

Selected Text was

deleted

Pass

TC044 Checks whether DEL key deletes the

selected text

Selected text should be

deleted

Selected Text was

deleted

Pass

TC045 Checks whether Delete Options gets

disabled if no texts are selected for

deletion

Delete Options should

remain disable

Delete Options was

disable

Pass

TC046 Checks whether DEL key response if no

texts are selected

DEL key should have no

response

DEL key had no any

response

Pass

Validating

Find

Functionality

TC047 Checks whether FIND options in Edit

Menu is disabled if the content is empty

and cursor is at the beginning

FIND option should be

disabled

FIND was disabled Pass

TC048 Checks whether FIND options in edit

prompts for FIND dialog

Find dialog should be

prompted

Find dialog was

visible

Pass

TC049 Checks whether the “Find what:” in Find

Dialogue , finds the entered pattern that’s

in content after the current position in file

Should Find the requested

Pattern

Requested Pattern

was highlighted in

the content

Pass

TC050 Checks whether Find Next finds the next

pattern if it is in content

Find Next should find the

next pattern

Next Pattern in the

content was

highlighted

Pass

Page 16: Notepad Testing Report

NOTEPAD TESTING

15 | P a g e

Test Case Document ID: TestDoc100_6

Tested By: Paras Raj Pahari

Test Tool Used: Test Complete

Test Platform: Windows Operating System

Tested Desktop App: Notepad

Requirement

Test

Case

ID

Test Case Description

Expected

Result

Actual Result

Status

(Pass/Fail)

Validating

Find

Functionality

TC051 Checks whether the “Find what:” in Find

Dialogue , finds the entered pattern that’s

not in content after the current position in

file

It shouldn’t find the

pattern

Can’t find the

pattern

Pass

TC052 Checks whether Find Next finds the next

pattern if it is not in content below the

current cursor position

It shouldn’t find the

pattern

Can’t find the

pattern

Pass

TC053 Checks whether “Find Next” finds pattern

above the cursor position when “Up” in

find dialogue is checked and pattern is in

content above cursor position

It should find the pattern Pattern Found Pass

TC054 Checks whether “CTRL+F” prompts Find

Dialogue box

Find Dialogue Box

should be prompted for

input

Find Dialogue

shows up

Pass

TC055 Checks whether F3 button finds the next

pattern if it’s in the content

Next Pattern Should be

found

Pattern Found Pass

TC056 Checks whether it matches the pattern

with Case when Match Case is ticked in

Find Dialogue box

Finds the pattern that

should match the exact

case

Pattern Found Pass

TC057 Checks whether Cancel button closes the

Find Dialogue Box

Should close the Find

Dialogue Box

Dialogue Box was

closed

Pass

Validating

Select All

TC058 Checks Whether the Select All options in

Edit Menu selects all text contents

Should select all text

content

All text content was

highlighted

Pass

TC059 Checks whether CTRL+A hotkey selects

all the text content

Should select all the text

content

All text content was

highlighted

Pass

Validate File

Menu

TC060 Checks whether clicking File menu

shows dropdown submenu

Dropdown submenus of

File should be displayed

Submenus were

displayed as

dropdown

Pass

Page 17: Notepad Testing Report

NOTEPAD TESTING

16 | P a g e

Test Case Document ID: TestDoc100_7

Tested By: Paras Raj Pahari

Test Tool Used: Test Complete

Test Platform: Windows Operating System

Tested Desktop App: Notepad

Requirement

Test

Case

ID

Test Case Description

Expected

Result

Actual Result

Status

(Pass/Fail)

Validating

Edit Menu

TC061 Checks whether clicking Edit menu

shows dropdown submenu

Dropdown submenus of

Edit button should be

displayed

Submenus were

displayed as

dropdown

Pass

Validating

Format Menu

TC062 Checks whether clicking Format menu

shows dropdown submenu

Dropdown submenus of

Format button should be

displayed

Submenus were

displayed as

dropdown

Pass

Validating

View Menu

TC063 Checks whether clicking View menu

shows dropdown submenu

Dropdown submenus of

View button should be

displayed

Submenus were

displayed as

dropdown

Pass

Validating

Help Menu

TC064 Checks whether clicking Help menu

shows dropdown submenu

Dropdown submenus of

Help button should be

displayed

Submenus were

displayed as

dropdown

Pass

Validate

Replace

Functionality

TC065 Checks whether clicking Replace Button

displays Replace Dialogue box

Replace Dialogue Box

should be displayed

Replace Dialog

displayed

Pass

TC066 Checks whether CTRL+H invokes

Replace Dialogue Box

Replace Dialogue Box

should be displayed

Replace Dialog

displayed

Pass

TC067 Checks what happens if we input the text

to be found that’s not in the content in

Replace Dialogue Box

Should prompt that

pattern is not found

Pattern is not found Pass

TC068 Checks what happens if we input the

pattern to be found for replacement that’s

in the content in Replace Dialogue Box

Should Highlight the

pattern

Pattern is

Highlighted

Pass

TC069 Checks what if we input the text to be

replaced for the found pattern

Should Replace the

highlighted text with

another requested text

Text Replaced Pass

TC070 Checks what happens if we click Replace

subsequently if the search text is still

available below the current position

Should Replace the next

text that’s found

Text Replaced Pass

Page 18: Notepad Testing Report

NOTEPAD TESTING

17 | P a g e

Test Case Document ID: TestDoc100_8

Tested By: Paras Raj Pahari

Test Tool Used: Test Complete

Test Platform: Windows Operating System

Tested Desktop App: Notepad

Requirement

Test

Case

ID

Test Case Description

Expected

Result

Actual Result

Status

(Pass/Fail)

Validating

Replace

Functionality

TC071 Checks what happens if we click Replace

subsequently in Replace Dialogue box if

the find input text is not available below

the current position

Prompt that text is not

found for replacement

Text not found Pass

TC072 Checks whether Replace All in Replace

Dialogue box replaces all the requested

text with the given text.

All the requested text in

the content should be

replaced

All text replaced Pass

TC073 Checks whether clicking Cancel button in

Replace dialogue exits the dialogue box.

Replace Box should exit Replace box exits Pass

Validating

GO TO

functionality

TC074 Checks whether GOTO prompts GOTO

Dialogue box

GOTO box should

prompt

GOTO box displays Pass

TC075 Checks whether CTRL+G prompts

GOTO Dialogue box

GOTO box should

prompt

GOTO box displays Pass

TC076 Checks whether line input in Go TO line

box takes the cursor in the requested line

Cursor should be in the

requested line at the

beginning

Cursor was in the

requested line Pass

TC077 Checks what happens if we input line

number in GO To box more than the line

number in the content

Should Display the

warning that line number

requested is invalid

“Line Number is

beyond the total no

of lines” is

displayed

Pass

TC078 Checks what happens if we input

character other than number in “Line

Number” input in GOTO dialogue box

Should not accept any

other character in the

input

Prompts

“Unacceptable

Character”

Pass

TC079 Checks what happens if the input is

empty in “Line Number :” in Go To

dialogue box and we click GO TO

Should prompt warning

of No Input

“Line Number is

beyond the total no

of lines” is

displayed

Fail

(Bug ID:

DF001)

TC080 Checks whether clicking the Cancel

button in GOTO dialogue box exits the

box

GOTO dialogue box

should exit

GOTO dialogue box

exits Pass

Page 19: Notepad Testing Report

NOTEPAD TESTING

18 | P a g e

Test Case Document ID: TestDoc100_9

Tested By: Paras Raj Pahari

Test Tool Used: Test Complete

Test Platform: Windows Operating System

Tested Desktop App: Notepad

Requirement

Test

Case

ID

Test Case Description

Expected

Result

Actual Result

Status

(Pass/Fail)

Validate

Time/Date

Button

TC081 Verify whether clicking the Time/Date

submenu button inserts the current

time/date in the notepad

Current Time/Date should

be placed in the current

cursor position

Current Time/Date

is inserted in current

position

Pass

TC082 Verify whether F5 hotkey for Time/Date

inserts the current time/date in notepad

Current Time/Date should

be placed in the current

cursor position

Current Time/Date

is inserted in current

position

Pass

Validate Open

Functionality

TC083 Checks whether Open Options open the

existing file

Existing file should be

able to open

Existing file was

opened Pass

TC084 Checks whether CTRL+O hotkey open

the existing file

Existing file should be

able to open

Existing file was

opened Pass

Validate

Word Wrap

TC085 Verify whether check marking the Word

Wrap fit the text within margins

At the end of the margin

text should automatically

jump to next line

As expected Pass

TC086 Verify whether unchecking the Word

Wrap allows the text beyond margins

Text should be allowed to

extend beyond end of

margin

As expected Pass

Validate Font

Functionality

TC087 Checks whether clicking on Font

Submenu invokes Font Custom Box

Font Custom Box should

be invoked

As expected Pass

TC088 Check whether the different font could be

applied to text

Fonts should change

according to their type

Font changed Pass

TC089 Check whether the size on the font

custom box changes the text size

Size to the text should be

able to changed

Text Size Changed Pass

TC090 Check whether size input on font custom

box takes other character than numerical

Prompt the warning

dialogue

“Size must be a

number” prompted Pass

Page 20: Notepad Testing Report

NOTEPAD TESTING

19 | P a g e

Test Case Document ID: TestDoc100_10

Tested By: Paras Raj Pahari

Test Tool Used: Test Complete

Test Platform: Windows Operating System

Tested Desktop App: Notepad

Requirement

Test

Case

ID

Test Case Description

Expected

Result

Actual Result

Status

(Pass/Fail)

Validate

Status Bar

TC091 Check if Status Bar submenu under View

menu is disabled when Word Wrap menu

is checked

Status Bar should be

disabled

Status Bar was

disabled Pass

TC092 Check if Status Bar submenu enables if

Word Wrap is disabled

Status Bar Button should

be enabled

Status Bar was

enabled Pass

TC093 Check if Status Bar submenu when

checked displays the status bar

Status bar should be

displayed

Status bar was

displayed Pass

TC094 Check whether status bar displays the line

and column number of cursor

Line and Column number

should be displayed

As expected Pass

TC095 Check whether status bar unchecks if it is

already checked

Status bar should be

unchecked

Status bar

unchecked Pass

TC096 Check whether unchecking status bar

disappears the status bar below

Status bar should

disappear

Status bar

disappears Pass

Validate View

Help

Functionality

TC097 Check whether clicking view help

displays Help documentation

Help Documentation

should be displayed

As expected Pass

Validate

About

Notepad

Button

TC098 Check whether clicking on About

Notepad displays box of description of

notepad

Description about

notepad should be

displayed

Description About

Notepad displayed Pass

TC099 Check whether Ok button on About

Notepad Description box, closes the box

About Notepad

Description should be

closed

About Notepad

Description Closes Pass

Validate

Scrollbar

functionality

TC100 Check whether Scroll bar scrolls the

contents that is more than

Contents should be

scrolled up and down

Content were

scrollable Pass

Page 21: Notepad Testing Report

NOTEPAD TESTING

20 | P a g e

3 Test Summary Report

Tests Summary Report Identifier: NTSUMMARY_100

Tests Summary Report Identifier Oct 12, 2016

Product: Notepad Version 6.1

TestDoc ID Tested By : Tested Functionalities No of

TestCases

No of Pass

Status

No Of Fail

Status

TestDoc100_1 Paras Maximize, Minimize ,Close ,Restore,

Resize, New ,Undo

10

10

0

TestDoc100_2 Paras Undo ,Cut

10

10

0

TestDoc100_3 Paras Cut, Copy ,Paste

10

10

0

TestDoc100_4 Paras Paste ,Save ,Exit

10

10

0

TestDoc100_5 Paras Print, Delete, Find

10

10

0

TestDoc100_6 Paras Find, Select All, File Menu

10

10

0

TestDoc100_7 Paras Edit Menu, Format Menu, View Menu, Help

Menu, Replace

10

10

0

TestDoc100_8 Paras Replace, Go TO

10

10

1

TestDoc100_9 Paras Time/Date, Open, Word wrap, Font

10

10

0

TestDoc100_10 Paras Status Bar, View Help, About Notepad, Scrollbar

10

10

0

TOTAL

100

99

1

Page 22: Notepad Testing Report

NOTEPAD TESTING

21 | P a g e

3.1 Evaluation of Summary Report NTSUMMARY_100

From above summary report, we can see that there are 99 passed status out of 100 test cases

resulting in 99% success of the testing of Notepad Ver 6.1. We would like to evaluate at defect

which is on TestDoc100_8. Bug is on Test Cases “TC079” which states that for Empty Input in

“Line NO:” input in GOTO dialogue box, warning wasn’t prompted, instead it prompts “Line No

is beyond the total no of lines” which is not the results we expected. This bug id DF001, but since

the severity of this bug is not high, we ignore this error and give the overall test summary as Passed.

3.2 Approvals

Position Signature

Project Team Leader

Page 23: Notepad Testing Report

NOTEPAD TESTING

22 | P a g e

REFERENCES

[1] Introduction of Functional Testing :

https://smartbear.com/learn/automated-testing/introduction-to-functional-testing/

[2] Test Complete Documentation:

https://support.smartbear.com/viewarticle/88628/

[3] IEE 829-1998 Standard For Software Testing Documentation

[4] Software Testing:

http://www.softwaretestinghelp.com/

[5] Testing Documents Templates:

https://strongqa.com/qa-portal/testing-docs-templates/test-case

[6] Sample Test Cases:

http://onecore.net/sample-test-cases-for-notepad.htm