Ejemplo n.º 1
0
        protected override void ExecuteTestRun(WindowsFramework framework)
        {
            SelectOtherControls();
            statusStrip = MainWindow.StatusBar(InitializeOption.NoCache);

            RunTest(Find);
            RunTest(ThrowsWhenDoesNotExists);
            RunTest(FindLabelInsideStatusBar);
            RunTest(ClickOnButtonAndFindPopupMenu);
            RunTest(FindDropDown);
            RunTest(ProgressBar);
            RunTest(ProgressBar2);
        }
Ejemplo n.º 2
0
 public void Setup()
 {
     SelectOtherControls();
     statusStrip = MainWindow.StatusBar(InitializeOption.NoCache);
 }