Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
6 views11 pages

Stepr 9

Uploaded by

yk952661
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views11 pages

Stepr 9

Uploaded by

yk952661
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

Practical No : 9 Design testcases for notepad

Testcase Testcase Input Expected Actual Status


Id Objective Result Result

TC_01 To save file 1. Click on file “ File “ File saved Pass


2. Click on save saved ” ”
as Must be Displayed
3. Enter your displayed successfully
name : abc
4. Select the
directory:
5. Click on ok

TC_02 To change 1. Click on edit The font Font family Pass


the font 2. Click on font family selected
family 3. Select the must be successfully
desired font selected
family

TC_03 To increase 1. Click on edit Font size Font size Pass


the font 2. Click on font must be increased
3. Select size increased successfully

TC_04 To copy 1. Select the The The Pass


and paste text/para to copied text/para
copy text/para Displayed
2. Click on copy must be successfully
3. Right click pasted and
and click on displayed
paste
Practical No : 10 Prepare defect report after executing testcases for library
management system

Testcase Testcase Input Expected Actual Status


Id Objective Result Result

TC_01 To search a 1. Click on The The search Pass


book search bar searched book
2. Enter the book appeared
book name to should successfully
search appear
3. Click on enter

TC_02 To purchase 1. Click on buy “ order “ order Pass


a book option placed ” placed ”
online 2. Enter your message successfully
details should be displayed
3. Select the displayed
payment
method
4. Click on buy

TC_03 To login 1. Enter your It should Logged in Pass


Username: be logged successfully
abc in
2. Enter
password: xx

TC_04 To delete an 1. Click on the The Account Pass


account profile and go account deleted
to account should be successfully
center deleted
2. Click on
delete account
and enter your
reason for
deletion
3. Click on
delete
Practical No : 11 Prepare defect report after executing testcases for ATM

Testcase Testcase Input Expected Actual Status


Id Objective Result Result

TC_01 To withdraw 1. Insert your The cash Cash Pass


money card should be credited
2. Enter your credited successfully
pincode
3. Enter the
amount
4. Click on ok

TC_02 To change 1. Insert your The pincode Pass


pincode card pincode changed
2. Select should be successfully
change changed
pincode
option
3. Enter the otp
you received
on you cell
phone
4. Enter new
pincode

TC_03 To check 1. Insert your The Balance Pass


balance card balance displayed
2. Select check should be successfully
balance displayed
option
3. Enter your
pincode
4. Click ok

TC_04 To deposit 1. Inset your The Amount Pass


money card or enter money deposited
the account should be successfully
number deposited
2. Enter the
amount you
want to
deposit
3. Insert the
money
Practical No : 13 Design testcases for MS wordpad

Testcase Testcase Input Expected Actual Status


Id Objective Result Result

TC_01 To align 1. Select the The The Pass


text text/para to align text/para text/para
2. Select the text must be aligned
alignment aligned successfully

TC_02 To change 1. Select the The font Font style Pass


the font text/para style must changed
style 2. Select the font be successfully
style(bold/italic/ changed
Underline)

TC_03 To change 1. Click on the font The font Font size Pass
font size size size must changed
2. Select the be successfully
desired font size changed

TC_04 To save a 1. Click on file The file File saved Pass


file 2. Click on save as must be successfully
3. Enter the file saved
name
4. Select the
directory
5. Click ok
• Testplan for Notepad

Test Plan Identifier


TP_02

Introduction
The purpose of this document is to create a test plan for the Notepad application. The
objective of testing this program is to verify its correct operation, functionality, and ease of
use.

Test Items
Working with Notepad application.

Features To Be Tested
• Opening the Notepad application
• Creating a new text file
• Editing text within the file
• Saving the text file
• Copying, cutting, and pasting text
• Closing the Notepad application

Approach
• GUI Testing: To ensure the user interface is user-friendly and operates smoothly.
• Functional Testing: To verify that all features function as expected.
• Performance Testing: To check the application's responsiveness and performance
under various conditions.

Item Pass/Fail Criteria


All test cases with high priority must pass. The test coverage is checked to ensure sufficiency,
with a minimum of 99% of the requirements being covered by tests. The test report must be
compiled and approved by the team lead and customer.

Suspension Criteria and Resumption Requirements


• Suspension Criteria: Testing will be suspended if any critical bugs that prevent the
continuation of the tests are found and logged in the bug-tracking system.
• Resumption Criteria: Testing will resume once the blocking bugs have been fixed and
are closed in the bug-tracking system.

Test Deliverables
• Test plan document
• Detailed test cases
• Test summary report

Test Tasks
• Writing a detailed test plan for the Notepad application
• Developing test cases for each feature and functionality
• Defining criteria for the success of the testing process
• Conducting tests and evaluating the results
• Creating comprehensive test reports

Environmental Needs
• Notepad application (Windows or any other OS)
• Computer with a compatible operating system

Responsibilities
Srno. Functionality and Responsibilities Responsible

1. Creating and opening new files Test engineer 1


2. Editing text (add, delete, modify content) Test engineer 2
3. Saving the file Test engineer 3
4. Copying, cutting, and pasting text Test engineer 4
5. Closing the application Test engineer 5

Staffing and Training Needs


To perform the tasks, the following knowledge and skills are required:
• Practical knowledge of the Notepad application
• Ability to apply basic test design techniques in practice
• Knowledge of various types of testing, including functional and non-functional

Schedule
The deadline for the completion of all tasks and delivery of the project is November 15, 2024,
by 5 pm.

Risks and Contingencies


• Risks: Insufficient human resources to test the application within the given deadlines.
• Contingencies: Fluctuations in the system or software performance during various
stages of testing.

Approvals
• Lead Test Engineer
• Test Manager
• Quality Manager
• Defect report for library management system

Defect Id D001

Defect Name Unable to Delete User Account

Module Name User Account Management

Project Name Library Management System

Defected build v2.1.4


version

Summary The system fails to delete user accounts, leaving them active even after
attempting the deletion process. This issue affects the functionality of account
management and prevents users from being properly removed from the
system.

Description The defect occurs in the Library Management System, where attempts to
delete a user account do not complete successfully. After initiating the delete
action, the account still appears in the system, and no confirmation message
is displayed. This error disrupts the account management process and may
lead to unauthorized access if accounts are not properly removed.

Steps to replicate 1. Log into the Library Management System with admin credentials.
2. Navigate to the "User Account Management" section.
3. Select a user account to be deleted and click the "Delete" button.
4. Observe that the account still remains in the list of users, even after
refreshing the page.

Attachments N/A

Remarks The issue appears to be specific to the deletion functionality of the user
accounts. All other account management features (e.g., creating

and updating user information) are working as expected.


Defect severity High- The inability to delete accounts poses a significant risk, especially in
cases of unauthorized access or data security concerns.

Defect priority High- This defect should be resolved promptly to ensure proper user
management and data security.

Reported by Abc

Assigned to xyz

Status Open- The defect is currently being reviewed for further investigation and
resolution.
• Defect report for ATM

Defect Id D001

Defect Name Error in Checking Account Balance

Module Name Account Balance Inquiry

Project Name ATM

Defected build v2.1.4


version

Summary The ATM system fails to display the correct account balance when users
attempt to check their balance. This issue results in either an incorrect balance
being shown or no balance displayed at all, impacting the reliability of the ATM
service.

Description The defect occurs in the ATM system during the balance inquiry process. When
users attempt to check their account balance, the ATM either shows a zero
balance or an outdated amount that does not reflect recent transactions. This
error creates confusion and inconvenience for users who rely on accurate
balance information.

Steps to replicate 1. Insert the ATM card and enter the correct PIN.
2. Select the "Check Balance" option from the main menu.
3. Observe that the balance displayed is either incorrect or not updated
according to the latest transactions.

Attachments N/A

Remarks This issue is specific to the balance inquiry functionality. Other features like
cash withdrawal and fund transfer are working correctly.
The error seems to occur intermittently, mainly affecting customers with recent
transactions.

Defect severity
High - Displaying incorrect account balances can lead to user confusion,
potential financial issues, and a lack of trust in the ATM service.

Defect priority High - The issue directly impacts a core function of the ATM system and must
be resolved urgently to maintain customer trust and service reliability.

Reported by Abc

Assigned to xyz

Status Open- The defect is currently being reviewed for further investigation and
resolution

You might also like