Пример #1
0
        public void ThenThePropertyIsDisplayedForInspection()
        {
            //ScenarioContext.Current.Pending();
            Owner_Inspection OInsObj = new Owner_Inspection();

            OInsObj.POVerifyInsp();
        }
Пример #2
0
        public void GivenIHaveNavigatedToAddInspectionRequestPage()
        {
            // ScenarioContext.Current.Pending();
            //  Base.test = Base.extent.StartTest(Name : "Property Inspection");

            Owner_Inspection OInsObj = new   Owner_Inspection();

            OInsObj.POInsPage();
            OInsObj.POAddInsp();
        }
Пример #3
0
        public void GivenIHaveEnteredValidMandatoryFieldsAndClickecOnSave()
        {
            // ScenarioContext.Current.Pending();
            Console.WriteLine("Entering PO inspection info specflow");
            Owner_Inspection OInsObj = new Owner_Inspection();

            OInsObj.POInsSave();

            // Owner_Inspection OInsObj = new Owner_Inspection();
            // OInsObj.POInsSave();
        }