Here we shared Test Cases for Hospital Management System. Software testing is a critical element of software quality assurance and represents the ultimate review of specifications, design and coding. This project aims at to develop the software that covers all the aspects of management and operations of hospital. It enables healthcare providers to improve operational effectiveness, reduce costs, reduce medical errors, reduce time consumption and enhance delivery of quality of care.
Test Cases for Hospital Management System
Login:
SL.No | Test Case | Excepted Result | Test Result |
1 | Enter valid name and password & click on login button | Software should display main window | Successful |
2 | Enter invalid | Software should not display main window | Successful |
3 | If password length is less than 5 | Message “Password length must be greater then 8” | Successful |
Unit Test specification for Registration form:
SL.No | Test Case | Excepted Result | Test Result |
1 | On the click of ADD button | At first user have to fill all fields with proper data , if any Error like entering text data instead of number or entering number instead of text..is found then it gives proper message otherwise Adds Record To the Database | successful |
2. | On the Click of DELETE Button | Which deletes the details of patient by using patient ID. | Successful |
3. | On the Click of UPDATE Button | Modified records are Updated in database by clicking UPDATE button. | Successful |
4. | On the Click of View Button | Displays the Details of patient for entered Patient ID. Otherwise gives proper Error message. | Successful |
5. | On the Click of CLEAR Button | Clears all fields | Successful |
6. | On the Click of Menu button | The menu form will be displayed. | successful |
7. | On the Click of Doctordetail button | Display the next doctor detail form | successful |
Unit Test specification for Admin Main form:
SL.No | Test Case | Excepted Result | Test Result |
1 | On the click of ADD button | At first user have to fill all fields with proper data , if any Error like entering text data instead of number or entering number instead of text..is found then it gives proper message otherwise Adds Record To the Database | Successful |
2. | On the Click of DELETE Button | Which deletes the details of patient by using patient ID. | Successful |
3. | On the Click of EDIT Button | Modified records are Updated in database by clicking UPDATE button. | Successful |
4. | On the Click of View Button | Displays the Details of patient for entered Patient ID. Otherwise gives proper Error message. | Successful |
5. | On the Click of ADD APPOINTMENT Button | Admin can add a new appointment for patient. | Successful |
6. | On the Click of VIEW REPORT button | The admin can view all details of patient. | Successful |
7. | On the Click of Add Doctor button | Add the details of new doctor | Successful |
Download Complete Documentation and Source code
Along with Test Cases for Hospital Management System document you can download Synopsis, SRS, System design, Detailed design, User interface, Coding, Testing, Conclusion, Bibliography, Complete Source code, etc.
Leave a Reply