Changes as per Live Test guidelines

This commit is contained in:
Sandeep Kumar
2016-10-14 15:36:00 +05:30
parent 2f1ea093c4
commit cef8adfdae
3 changed files with 26 additions and 6 deletions
@@ -9,7 +9,7 @@ import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Test;
public class TestSeleniumWithJUnit {
public class SeleniumWithJUnitLiveTest {
private static SeleniumExample seleniumExample;
private String expecteTilteAboutBaeldungPage = "About Baeldung | Baeldung";
@@ -9,7 +9,7 @@ import org.testng.annotations.AfterSuite;
import org.testng.annotations.BeforeSuite;
import org.testng.annotations.Test;
public class TestSeleniumWithTestNG {
public class SeleniumWithTestNGLiveTest {
private SeleniumExample seleniumExample;
private String expecteTilteAboutBaeldungPage = "About Baeldung | Baeldung";