Test Result Report: Books Management System

Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

TEST RESULT REPORT

(NAME OF THE PRODUCT)


BOOKS MANAGEMENT SYSTEM

Prepared by:
(Names of Group Members)

ROHAN LIMAYE 41442


MANASA BSV 41447
ADITI NAGAR 41451

(Date) (Under Guidance of)


21/11/2021 Prof. A. G. Phakatkar
TABLE OF CONTENTS

1.0 Introduction
2.0 Testing Strategy
2.1 Unit Testing
2.2 Integration Testing
3.0 Tools
1.0 INTRODUCTION

The Books Management System is a system to record the information of books


in a store. The books’ information is in the form of following attributes : title, author,
year of publication and the ISBN number of the book. Book stores require this kind of
systems to keep track of books present in the store and retrieve book information
easily. User can insert new books, update existing ones, search for them and delete
them as well.

2.0 TESTING STRATEGY

1. Functional testing
2. Unit testing
3. Integration Testing

Manual Testing
Automated
Approach Type of Using Using Testing on
Testing Tools/APIs/Libraries
Device Emulator Device

Standard Unit Testing No Yes No 1. Unittest


Testing (python unit testing
(Functional Integration framework)
Testing No Yes No
Testing)
2.1 UNIT TESTING REPORT

EXECUTION STATUS COMPLETED/CANCELLED/PENDING

PASSED TESTCASES 7

FAILED TESTCASES 2

PENDING TERSTCASES 0

TEST CASES PLANNED 7

MODULES/ % TCs % TCs TCs


DESCRIPTION PRIORITY REMARKS
SCENARIOS EXECUTED PASSED PENDING

Validation units
INSERT 63 37 00 MODERATE -
related to insertion

Retrieval of records
VIEW 100 100 00 LOW -
from DB

Searching records in
SEARCH 100 100 00 MODERARTE -
DB
2.2 INTEGRATION TESTING

EXECUTION STATUS COMPLETED/CANCELLED/PENDING

PASSED TESTCASES 4

FAILED TESTCASES 0

PENDING TERSTCASES 0

TEST CASES PLANNED 4

MODULES/ % TCs % TCs TCs


DESCRIPTION PRIORITY REMARKS
SCENARIOS EXECUTED PASSED PENDING

INSERT Insertion of records 100 100 00 HIGH -

UPDATE Updation of records 100 100 00 HIGH -

DELETE Deletion of records 100 100 00 HIGH -

Searching of records
SEARCH 100 100 00 HIGH -
in DB

3.0 TOOLS

1. Python module – Unit Test

You might also like