This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | package annotation; | |
| import org.testng.annotations.AfterClass; | |
| import org.testng.annotations.AfterMethod; | |
| import org.testng.annotations.AfterSuite; | |
| import org.testng.annotations.AfterTest; | |
| import org.testng.annotations.BeforeClass; | |
| import org.testng.annotations.BeforeMethod; | |
| import org.testng.annotations.BeforeSuite; | |
| import org.testng.annotations.BeforeTest; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | package annotations | |
| import org.apache.log4j.Logger; | |
| import org.openqa.selenium.*; | |
| public class SearchPage { | |
| public static WebElement element = null; | |
| static Logger log = Logger.getLogger(SearchPage.class); | |
| /** | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | package annotation; | |
| import java.util.concurrent.TimeUnit; | |
| import org.openqa.selenium.WebDriver; | |
| import org.openqa.selenium.firefox.FirefoxDriver; | |
| import org.testng.annotations.AfterMethod; | |
| import org.testng.annotations.BeforeMethod; | |
| import org.testng.annotations.Test; | |
| import org.testng.log4testng.Logger; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | https://logging.apache.org/log4j/1.2/download.html | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | package day2BonusItems; | |
| import java.sql.Connection; | |
| import java.sql.DriverManager; | |
| import java.sql.ResultSet; | |
| import java.sql.SQLException; | |
| import java.sql.Statement; | |
| import java.util.Properties; | |
| import org.testng.annotations.Test; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | package annotation; | |
| import java.util.concurrent.TimeUnit; | |
| import org.openqa.selenium.WebDriver; | |
| import org.openqa.selenium.ie.InternetExplorerDriver; | |
| import org.openqa.selenium.remote.DesiredCapabilities; | |
| public class iexplorer{ | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | package basicweb; | |
| import java.util.concurrent.TimeUnit; | |
| import org.openqa.selenium.By; | |
| import org.openqa.selenium.WebDriver; | |
| import org.openqa.selenium.firefox.FirefoxDriver; | |
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | package LinkedIn; | |
| import org.openqa.selenium.*; | |
| import org.openqa.selenium.chrome.ChromeDriver; | |
| import org.testng.annotations.*; | |
| public class JoinLinkedIn2 | |
| { | |
| WebDriver driver; | |
| @BeforeTest | |
| public void setUp() throws Exception | |
| { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | package LinkedIn; | |
| import org.openqa.selenium.*; | |
| import org.openqa.selenium.firefox.FirefoxDriver; | |
| import org.testng.annotations.*; | |
| public class JoinLinkedIn1 | |
| { | |
| WebDriver driver; | |
| @BeforeTest | |
| public void setUp() throws Exception | 
NewerOlder