public void TCID6() { var complicatedPage = new ComplicatedPage(Driver); complicatedPage.GoTo(); Assert.IsTrue(complicatedPage.isLoaded); complicatedPage.RandonStuffSection.FillOutForm("pero", "*****@*****.**", "test"); Assert.IsTrue(complicatedPage.RandonStuffSection.IsFormSubmitted, "page was not submitet successfully"); }
public void OpenComplicatedPage() { ComplicatedPage = new ComplicatedPage(Driver); ComplicatedPage.GoTo(); Assert.IsTrue(ComplicatedPage.IsLoaded, "The complicated page did not open."); }