STE - Practical 10
STE - Practical 10
Experiment No: 10
Title of Experiment Generate Defect report for Library Management System.
Description: When attempting to add a new book to the library inventory through the “Add
Book” Functionality, the system displays an error message and does not save the book
information. The issues is consistent and reproducible all browsers and devices.
Steps to Reproduce:-
1.Log in to the library management system.
2. Nevigate to the “Add Book” Section.
3.Fill Out the required book details
4. Click the “Save” button
Expected Results:- The book information should be saved successfully ,and the system should
display a confirmation message indicating that the book has been added to the inventory.
Actual Result:- An error message is displayed, stating: “Error: Unable to save book information.
Please try again”
Saverity:- Major
Priority:- High
Environment:-
Opearting System:- Window 10
Browser:- Google Chrome Version 94.0.4606.61(64-bit)
Attachments:- N/A
Status:- New
Comments :- This defect Prevents the addition of new books to the library inventory ,impacting
the functionality of the system . Further investigating is needed to idenify the root cause and
implement a fix.
Recommednation/Resolution:- Inspect the “Add Book” functionality to idenify the cases of the
error and implement the necessary changes to allow successful book addition.
The Defect is the An Error is a mistake made in If the software has lots of
difference between the actual the code; that's why we cannot defects, it leads to failure or
outcomes and expected execute or compile causes failure
outputs code.
The Testers identify the The Developers and automation The failure finds by the manual
defect. And it was also solved test engineers raise the error test engineer through the
by the development cycle.
developer in the
development phase or stage
Different type of Different type of Error is as ---------
Defects are as follows: Based below:
on priority:- Syntactic Error
High User interface error
Medium Flow control error
Low Error handling error
And based on the severity: Calculation error
Critical Hardware error
Major Testing Error
Minor
Trivial
With the help of Below are ways The way to
the following, we to prevent prevent failure are as follows:
can prevent the Errors:
the Defects: Confirm re-testing.
Enhance the
Implementing software quality Review the
with system requirements and
several innovative
review and revisit the
programming methods.
programming. specifications.
Use of primary and Detect the issues Implement
correct software and prepare a suitable current protective
development mitigation plan. techniques.
techniques.
Validate the fixes and verify
their quality and Categorize and evaluate errors
Peer review It is executing precision. and issues.
consistent code
reviews to evaluate
its quality and
correctness.
TESTER
TEST HEAD
DEVELOPMENT HEAD
DEVELOPER
TESTER
TEST HEAD
DEVELOPMENT HEAD
DEVELOPER
Exercise
1.Generate online library management system with the help of following website. Perform
at least 4 tests for same. Prepare defect report for library management system.
• https://librarika.com/
Sr.No Test Test Case Input Expected Actual Status
Case Id description Data Results Results
1 TC-1 User Valid User should User Pass
Registration user be registered
details registered
successfully
2 TC-2 Search Book Book Book Book Pass
by Title Title: details for found
"The "The Great
Great Gatsby"
Gatsby" should
appear
3 TC-3 Borrow Book Book ID: Book Book Pass
12345, should be borrowed
User ID: marked as
67890 borrowed
by user
4 TC-4 Return Book Book ID: Book Book Pass
12345, should be returned
User ID: marked as
67890 available
Description: When attempting to add a new book to the library inventory through the “Add
Book” Functionality, the system displays an error message and does not save the book
information. The issues is consistent and reproducible all browsers and devices.
Steps to Reproduce:-
1.Log in to the library management system.
2. Nevigate to the “Add Book” Section.
3.Fill Out the required book details
4. Click the “Save” button
Expected Results:- The book information should be saved successfully ,and the system should
display a confirmation message indicating that the book has been added to the inventory.
Actual Result:- An error message is displayed, stating: “Error: Unable to save book information.
Please try again”
Saverity:- Major
Priority:- High
Environment:-
Opearting System:- Window 10
Browser:- Google Chrome Version 94.0.4606.61(64-bit)
Attachments:- N/A
Status:- New
Comments :- This defect Prevents the addition of new books to the library inventory ,impacting
the functionality of the system . Further investigating is needed to idenify the root cause and
implement a fix.
Recommednation/Resolution:- Inspect the “Add Book” functionality to idenify the cases of the
error and implement the necessary changes to allow successful book addition.