Example #1
0
 public void StartUpTest()
 {
     extent.CreateTest(TestContext.CurrentContext.Test.Name);
     browser = new Browsers();
     browser.Init();
     Pages = new Pages(browser);
 }
Example #2
0
 public void StartUpTest()
 {
     Browsers.Init();
 }
Example #3
0
 public void startTest()
 {
     Browsers.Init();
 }
Example #4
0
 public void startUpTest()// This method fire at the start of the Test
 {
     Browsers.Init();
 }
Example #5
0
 public void startTest()
 {
     Browsers.Init();
     Browsers.Goto("https://www.hearandplay.com/main/piano-chords-complete-guide");
 }