Test Cases for Hospital Management System

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.NoTest Case Excepted ResultTest Result
1Enter valid name and password & click on login buttonSoftware should display main windowSuccessful
2Enter invalidSoftware should not display main windowSuccessful
3If password length is less than 5Message “Password length must be greater then 8”Successful

Unit Test specification for Registration form:

SL.NoTest Case Excepted ResultTest Result
1On the click of ADD buttonAt 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 ButtonWhich deletes the details of patient by using patient ID.Successful
3.On the Click of UPDATE  ButtonModified records are Updated in database by clicking UPDATE button.Successful
4.On the Click of View  ButtonDisplays the Details of patient for entered Patient ID. Otherwise gives proper Error message.Successful
5.On the Click of CLEAR ButtonClears all fieldsSuccessful
6.On the Click of Menu buttonThe menu form will be displayed. successful
7.On the Click of Doctordetail  buttonDisplay the next doctor detail  form successful

Unit Test specification for Admin Main form:

SL.NoTest Case Excepted ResultTest Result
1On the click of ADD buttonAt 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 ButtonWhich deletes the details of patient by using patient ID.Successful
3.On the Click of EDIT  ButtonModified records are Updated in database by clicking UPDATE button.Successful
4.On the Click of View  ButtonDisplays the Details of patient for entered Patient ID. Otherwise gives proper Error message.Successful
5.On the Click of  ADD APPOINTMENT ButtonAdmin can add a new appointment for patient.Successful
6.On the Click of VIEW REPORT buttonThe admin can view all details  of patient. Successful
7.On the Click of Add Doctor  buttonAdd 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

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.