• 4th Floor, The Avenue, Govind Nagar, Nashik
  • Opening Time: Mon-Sat: 09.00 to 18.00
  • Quick Links
  • Support
  • Register
  • Call Us

    +91 9922555920/9922555703

  • Mail Us

    info@careersclassrooms.com

Selenium WebDriver

  • 28 Introducing wait for sometime
  • 29 WebDriverWait Class
  • 30 Handling JavaScript alert messages with Selenium
  • 31 Simulating the Keyboard Keypress event
  • 32 Simulating Pressing Enter Button of Keyboard
  • 33 Extracting Data From WebTable
  • 34 Dynamic WebTable Handling
  • 35 Attaching files with Selenium
  • 36 Mouse movement with Selenium- Mouse Interface
  • 37 Working with Calendar using Selenium
  • 38 Handling Ajax Autosuggests
  • 39 Handling Google Ajax Autosuggests
  • 40 Setting the page load timeout- WebDriver.Timeout Interface
  • 41 Handling Frames in Web Page
  • 42 Handling cookies
  • 43 Simulaing front and back buton click on Browser using selenium
  • 44 Assigning Firefox profile parameters
  • 45 Selenium Javadocs
  • 46 Listeners- Using WebDriverEventListener
  • 47 Practical usage of Listeners in Selenium
  • 48 Moving a mouse on a Object and right clicking on it
  • 49 Finding Coordinates of a Web Object
  • 50 Actions class in Webdriver
  • 51 Handling CSS menu with Action class
  • 52 Handling CSS menu with JavaScriptExecutor
  • 53 JavaScriptExecutor example
  • 1 Introduction to WebDriver
  • 2 Downloading and configuring webdriver in eclipse
  • 3 WebDriver Interface
  • 4 Drivers for Firefox, IE, chrome
  • 5 First Selenium WebDriver Code
  • 6 Opening multiple browsers at one time
  • 7 Close and Quit methods in Webdriver
  • 8 What is Firefox profile
  • 9 Creating own Firefox profile
  • 10 HTML language tags
  • 11 Handling Links with WebDriver
  • 12 Extracting Xpaths and relevance of Xpaths
  • 13 Identifying WebElements using id, name, link name, class, XPath, tag name etc
  • 14 Handling Input Box/Buttons
  • 15 Handling WebList
  • 16 Handling Radio Buttons, CheckBoxes
  • 17 Making your own xpaths without firebug Dynamic objects
  • 18 Extracting links and other webelements
  • 19 Capturing screenshots with WebDriver
  • 20 Window handles
  • 21 Tabbed browsing with Selenium
  • 22 Example of Tabbed browsing
  • 23 Pop up handling in Selenium
  • 24 Example of Pop up handling
  • 25 Managing variable xpaths
  • 26 Certificate error handling using WebDriver
  • 27 Pausing execution for sometime

Junit

  • 9 Reporting Errors / ErrorCollector
  • 10 Batch Running – Custom Runners
  • 11 Building a BAT file trun tests using ANT
  • 5 Running Test in Junit
  • 6 Skipping Tests
  • 7 Parameterizing Tests
  • 8 Using Assertions
    • 1 Installing Selenium IDE
    • 2 What is JUNIT
    • 3 Configuring Junit 4
    • 4 Junit 4 annotations

    Testing

    • 11 TestNg Reports
    • 12 Using TestNg in Selenium
    • 13 XSLT report generation using TestNg and Ant
    • 14 Building a BAT file to run tests using ANT
  • 9 Reporting Errors / ErrorCollector
  • 10 Assertions/Reporting Errors
  • 6 Running a Test in TestNg
  • 7 Batch Running of tests in TestNg
  • 8 Skipping Tests
    • 1 What is TestNg
    • 2 Advantages over Junit
    • 3 Installing TestNg in Eclipse
    • 4 TestNg annotations
    • 5 Understanding usage of annotations

    ANT

  • 3 Build.xml configuration
  • 4 HTML Report generation using Ant
    • 1 What is Ant
    • 2 Downloading and configuring Ant

    MAVEN

  • 4 POM.xml configuration
  • 5Report generation using Maven
    • 1 Installing Selenium IDE
    • 2 What is Maven
    • 3 Downloading and configuring Maven

    Selenium IDE

  • 7 Verification and Assertions
  • 8 Parameterize IDE test cases with XML.
  • 9 Regular Expressions in Selenium IDE.
  • 10 Handling JavaScript Alerts
  • 11Capturing screenshots from Selenium IDE
    • 1 Installing Selenium IDE
    • 2 Recording Script
    • 3 Running, Pausing and debugging Script
    • 4 Running a script line by line
    • 5 Inserting commands in between script
    • 6 Wait Commands

    autoIT

    • 1 Download and Install autoIT tool.
    • 2 Sample Program in autoIT and Convert to .exe
    • 3 Automate Notepad
    • 4 Automate Authentication window

    Sikuli

    • 1 Download and Install the Sikuli jar file
    • 2 Write script in the Sikuli IDE
    • 3 Implement Sikuli in Eclipse

    CUCUMBER Framework

    • 6 Cucumber Selenium Java Scripts
    • 7 Gherkin Keywords
    • 8 Step Definition
    • 9 Cucumber Options
    • 1 Introduction
    • 2 Test Driven Development (TDD)
    • 3 Behavior Driven Development (BDD)
    • 5 Configure Cucumber with Selenium in Eclipse

    Hybrid Framework

    • 11 Repeating a test with different Data
    • 12 Running the framework through ANT and Maven
    • 13 Generating the reports
    • 14 Creating a BAT file for project execution
    • 6 Implementing WebdriverWait
    • 7 Implementing the keywords using the reflection API
    • 8 Implementing tests
    • 9 Assertions and Reporting Errors
    • 10 Parameterizing tests using DataProvider and XL Files
    • 1 Overview of Hybrid Framework
    • 2 Building XLS File Having Test Cases and Keywords
    • 3 Building XLS File Having Test Data
    • 4 Building Base class
    • 5Reading XPATHS, Configuration from properties file