Ejemplo n.º 1
0
 public void AllSearchTest()
 {
     browserActions = new BrowserActions(prototypeDriver);
     browserActions.BingSearch("What is test automation");
     browserActions.GoogleSearch("Test automation");
     browserActions.YahooSearch("What is test automation");
 }
Ejemplo n.º 2
0
 public void YahooSearchTest()
 {
     browserActions = new BrowserActions(prototypeDriver);
     browserActions.YahooSearch("What is test automation");
 }