Ejemplo n.º 1
0
 public void Scientific_GetAnAttribute_01()
 {
     Driver.StartApp();
     ScientificPage.GoTo();
     Assert.IsFalse(ScientificPage.VerifyReciprocalHasKeyboardFocus());
     Driver.Shutdown();
 }
Ejemplo n.º 2
0
 public void ScientificCalculator_VerifyRecipricalDoesNotHaveKeyboardFocus_version1()
 {
     Driver.StartApp();
     ScientificPage.GoTo();
     Assert.IsFalse(ScientificPage.VerifyReciprocalHasKeyboardFocus());
     Driver.Shutdown();
 }