Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 949 Bytes

File metadata and controls

58 lines (37 loc) · 949 Bytes

Software Testing Course Project

Group 05

Student ID Full Name Role
2351050100 Nguyen Thanh Man Team Leader
2351050012 Nguyen Duong Quoc Bao Member
2351010203 Nguyen Thanh Thuan Member

Project Topic

Topic 05: Library Management System


Project Description

The system allows users to perform the following functions:

  • Search for books
  • Borrow books
  • Return books

Objectives

  • Apply software testing concepts and techniques.
  • Develop a basic Library Management System.
  • Perform functional testing and unit testing.
  • Conduct automated testing using Selenium.

Technologies Used

  • Python (Flask)
  • MySQL
  • Git & GitHub

Main Features

  1. Borrow Books
  2. Return Books
  3. Search Books
  4. Book Management (Admin)
  5. User Management (Admin)

Notes

This project was developed as the Software Testing course project.