Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 440 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 440 Bytes

PythonDjangoTesting

It emulates a hospital website where a patient can enter all required details like name, age and issue It utilises Django's inbuilt models to save patient details.

A doctor working in the hospital can view details of all patients consulting under him. Selenium has been used to provide test cases to imitate a real web application. Python and Django frameworks have been used to effectively develop the project.