Beispiel #1
0
        public void CodedUI_CreateDoctor()
        {
            UIMap.SwitchOnDoctorsPage();
            UIMap.CreateDoctor();

            UIMap.Assert_AreEqual_PESEL_DoctorPESEL();

            UIMap.DeleteDoctor();
        }