Esempio n. 1
0
        public void CodedUI_ReadDoctor()
        {
            UIMap.SwitchOnDoctorsPage();
            UIMap.CreateDoctor();

            UIMap.ReadDoctor();
            UIMap.Assert_AreEqual_DoctorDetails_DoctorDETAILS();
            UIMap.BackFromDetails();

            UIMap.DeleteDoctor();
        }