Skip to content

Testing

Kishor edited this page Aug 25, 2023 · 1 revision

Unit Testing

  • UserServiceUnitTest
    • Register, Login, Update, Delete and List all Users.
  • BookServiceUnitTest
    • Add, Update, View, Delete and List all Books
  • BorrowServiceUnitTest
    • Borrow, Return, Borrow History and List all Borrows
  • UserValidationUnitTest
  • BookValidationUnitTest
  • BorrowValidationUnitTest

Table of Contents

  1. Introduction
    • Purpose
    • Features
    • User Persona
    • JavaDoc
  2. Prerequisites
    • Software Requirements
    • Database Setup
  3. Project Setup
    • Java Project Creation
    • Library Dependencies
  4. Database
    • Entity-Relationship Diagram (ERD)
    • Database Tables
  5. Modules
    • User Module
    • Book Module
    • Borrow Module
  6. Validations
    • User Validations
    • Book Validations
    • Borrow Validations
  7. Testing
    • Unit Testing
  8. Exception Handling
    • Common Error Messages
    • Exception Handling
  9. Future Improvements
    • Planned Features
    • Roadmap
  10. Resources
    • External Libraries
    • References

Clone this wiki locally