Skip to content
Questions? Call Us : +1(772) 777-1557|info@monstercourses.com
  • Payment
  • Shop
    • BI Courses
      • Power BI
      • MSBI Videos
      • VBA in Microsoft Excel
      • Microstrategy
      • Tableau
      • Qlikview
      • Cognos
      • Oracle BI
      • QlikSense
      • Teradata
    • Bigdata
      • Hadoop
      • Apache Spark
      • Apache Scala
      • Apache Kafka
    • Cloud
      • AWS Developer
      • AWS Associate
      • Google Cloud
      • Azure
      • Alibaba
      • PCF
      • Salesforce
    • ETL Datawarehousing
      • Informatica Training
      • Informatica IDQ
      • Datastage
      • Talend
    • Microsoft
      • PowerShell
      • SCCM (System Center Configuration Manager)
      • Microsoft Dynamics
      • Java scripting
      • Microsoft Excel
      • Microsoft Dotnet
      • Sharepoint Development
      • Sharepoint Administration
      • Windows Server
      • SQL Server
      • Azure Architect AZ 300
      • Azure devops AZ400
      • Azure Development AZ203
      • Azure Fundamentals AZ900
      • Azure Administration AZ103
    • Mobile Apps
      • IOS
      • Android
    • Oracle
      • Oracle RAC
      • Oracle SOA
      • Oracle Goldengate
      • OWB
      • SQL/PL
      • Oracle DBA
      • ODI
      • OBIEE
      • Oracle BI Cloud
    • SAP
      • BI
      • Success Factors
      • SD
      • MM
      • Hana
      • Business Obejcts
      • Fico
    • Software Testing
      • RPA
      • Ruby with Cucumber
      • Testing Tools
      • Manual Testing
      • Selenium
      • QTP
    • Machine Learning & AI
      • Machine Learning with Python
      • Artificial Intelligence
    • Others
      • NO SQL
      • Cloudera Developer
      • Blockchain
      • Cyber Security
      • Hyperion HFM
      • Hyperion Essbase
      • Business Analyst
      • Devops
      • ServiceNow
      • Pega
  • My Account

    Register
  • Cart
Monstercourses – Master IT Skills with Live Online Training Logo
  • Courses
    • Microsoft
      • Azure Administration
      • Azure Fundamentals
      • Azure Development
      • Azure devops
      • Azure Architect
      • SQL Server Training
      • Windows Server Training
      • SharepointAdministration
      • Sharepoint Development
      • Microsoft Dotnet Training
      • Microsoft Excel Training
      • Java scripting Training
      • Microsoft Dynamics
      • SCCM
      • PowerShell Training
    • Others
      • Cloudera Developer
      • Pega Training
      • NO SQL Training
      • Cyber Security Training
      • Blockchain Training
      • Hyperion HFM Training
      • Hyperion Essbase
      • Business Analyst
      • Devops Training
      • ServiceNow Training
      • IOT Training
      • Salesforce Training
      • Spoken English
    • Programming Framework
      • Core Java
      • Java J2ee Training
      • Python Training
      • Shell Scripting Training
      • React.JS Training
      • Node.Js Training
      • C# Training
      • Angular 8 Training
      • Linux Training
      • Spring Training
      • MuleSoft Training
      • Unix Training
    • BI Courses
      • Power BI Training
      • MSBI Trainig
      • VBA in Microsoft Excel Training
      • Tableau Training
      • Microstrategy Training
      • Qlikview Training
      • Cognos Training
      • Oracle BI Training
      • QlikSense Training
      • Teradata Training
    • Cloud
      • AWS Developer Training
      • AWS Associate Training
      • Google Cloud Training
      • Azure Training
      • Alibaba Training
      • PCF Training
    • Oracle
      • Oracle BI Training
      • OBIEE Training
      • ODI Training
      • Oracle DBA Training
      • SQL/PL Training
      • OWB Training
      • Oracle Goldengate Training
      • Oracle SOA Training
      • Oracle RAC Training
    • Software Testing
      • QTP Training
      • Selenium Training
      • Manual Testing Training
      • Testing Tools Training
      • ISTAQB Training
      • Ruby with Cucumber Training
      • RPA Training
    • SAP
      • FICO Training
      • Business Obejcts Training
      • MM Training
      • HANA Training
      • SD Training
      • SuccessFactors Training
      • BI Training
    • Mobile Apps
      • Android Training
      • IOS Training
      • Kotlin Training
      • Swfit Training
    • ETL Datawarehousing
      • Informatica Training
      • Informatica IDQ Training
      • Talend Training
      • Datastage Training
      • IDQ Training
    • Bigdata
      • Hadoop Training
      • Apache Kafka Training
      • Apache Scala Training
      • Apache Spark Training
    • Machine Learning & AI
      • Machine Learning with Python
      • Artificial Intelligence
  • All Courses
  • About us
  • Services
    • Online Training
    • Corporate Training
  • Registration
    • Become An Instructor
    • Learner Registration
  • Contact us
  • My Account

    Register

Selenium WebDriver Masterclass with C#

Build Your Own Automation Framework And Learn Everything About Selenium WebDriver. Zero Previous Knowledge Required.
Bestseller Rating: 4.3 out of 5 (7,867 ratings) 23,423 students

Selenium TrainingMonstercourses2021-05-01T16:43:18+00:00
  • Over View

  • Course Content

  • FAQ'S

  • Contact us

  • Over View

Selenium Over View

 

  • Course Content

Selenium Course Content

INTRODUCTION

  • What is automation testing?
  • What is the use of automation testing?
  • What do we need to automate
  • What is selenium
  • Advantages of selenium
  • Difference between selenium and QTP

DIFFERENT FLAVOURS OF SELENIUM

  • Selenium IDE (Integrated Development Environment)
  • Selenium RC (Remote Control)
  • Selenium Grid
  • Selenium Web Driver/Selenium 2.0 

SELENIUM IDE Introduction

  • Features of SELENIUM IDE
  • Installing SELENIUM IDE
  • SELENIUM IDE icons
  • Recording your first test with SELENIUM IDE

LOCATORS

  • How to identify elements in webpage using selenium
  • Tools to identify elements / objects
  • Firebug
  • IE Developer tools
  • Google Chrome Developer tools
  • Locating elements by ID
  • Finding elements by name
  • Finding elements by link text
  • Finding elements by XPath
  • Finding elements by using CSS
  • Summary

SELENIUM IDE Concepts

  • IDE Context Menu
  • Asserting the elements

Verifying the elements

  • Wait For elements
  • Storing the elements
  • Adding SELENIUM IDE comments
  • Building test cases using SELENIUM IDE
  • Synchronization commands
  • Working on pages with AJAX
  • Creating test suites
  • What you cannot record

SOME SPECIAL IDE COMMANDS

  • Go Back
  • Refresh
  • Enter key simulation
  • Mouse over
  • Highlight write your own SELENIUM IDE script without record and playback

SELENIUM REMOTE CONTROL

  • What is SELENIUM REMOTE CONTROL?
  • Overview of SELENIUM REMOTE CONTROL using JAVA
  • Downloading SELENIUM RC
  • Installing SELENIUM RC
  • Starting selenium server from command prompt
  • Stopping selenium server from command prompt and browser
  • Running selenium scripts /tests from command prompt using selenium RC

SELENIUM RC USING ECLIPSE

  • Set up SELENIUM RC in Eclipse using Junit
  • Starting SELENIUM RC from Eclipse
  • Stopping SELENIUM RC from Eclipse
  • Start and stop SELENIUM RC from Selenium Script
  • Convert selenium IDE tests to a programming language (JAVA)
  • Running Selenium script in different browsers with Eclipse and JUNIT
  • Sample programs in RC for: Basic elements

JUNIT

  • Junit Annotations
  • Junit Methods
  • Test Suites using JUNIT
  • Report Using ANT Build and Junit

TestNG

  • How to install TestNG plugin in Eclipse
  • TestNG sample script
  • Writing selenium testing script from scratch
  • Creating test suites using TestNG
  • Reports generation using TestNG 

SELENIUM ADVANCED COURSE CONTENT

OBJECT REPOSITORY

  • Use of object repository
  • How to use OR in scripts
  • Sample scripts using object repository

MAVEN

  • What is Maven
  • Use of Maven
  • Configure Maven with eclipse
  • Take automatic updates
  • How to run tests using Maven
  • Create POM.xml file 

INTRODUCTION TO WEB DRIVER (SELENIUM 2.0)

  • Introduction
  • Selenium RC and Webdriver
  • Downloading and configuring webdriver in eclipse
  • Drivers for Firefox, IE and HTML Unit driver
  • First selenium webdriver code

SAMPLE PROGRAMS IN WEB DRIVER

  • Text box
  • Link
  • Button
  • Checkbox
  • Radio button
  • Dropdown
  • Select value
  • Display all values
  • Write all values into notepad/excel/wordpad
  • Capture screenshot (positive)
  • Handling on load alerts
  • Page scroll down using javascript
  • HTML Unit driver
  • Handling multiple windows
  • Implicit wait
  • Handling AJAX auto suggestions
  • Handling web tables

ACTIONS CLASS

  • Draggable
  • Droppable
  • Mouse over
  • Selectable
  • Simulating right click
  • Slider

FUNCTIONS: WRITING COMMON FUNCTIONS

  • What is a function
  • Use of a function
  • How to reuse
  • Writing web driver functions

SIKULI

  • Introduction
  • Handling Flex/Flash buttons
  • Sikuli and web driver integration

CUSTOMIZED FRAMEWORK

  • What is frame work?
  • Use of frame work
  • Frame work using object repository and functions
  • What are different types of packages in frameworks
  • How to create reports

SELENIUM GRID

  • Introduction
  • Running same script in two different browsers

Running different scripts in two different browsers

  • FAQ'S

FAQ'S

What if I miss one (or) more class?

No need to worry about the classes you missed. We will definitely guide you by having optional classes or by having classes with other batches with the same topic you missed previous classes.

Who is my instructor?

IT professionals who have strong knowledge in technical know how to convey things with the real-time example. Even a layman could understand the concepts which given by our experts.

What are the modes of training offered for this course?

We offer this course in "Live Instructor-Led Online Training" mode. Through this way you won't mess anything in your real-life schedule. You will be shared with live meeting access while your session starts.

What are the system requirements to work?

Minimum 2GB RAM and i3 processor is required

Can I attend a demo session?

You can get a sample class recording to ensure you are in right place. We ensure you will be getting complete worth of your money by assigning a best instructor in that technology.

How about group discounts (or) corporate training for our team?

We are absolutely loved to talk in-person about group training (or) corporate training. So, please get in touch with our team through "Quick Enquiry", "Live Chat" or "Request Call-back" channels.

Where do Our Online learners and Trainer's come from

We are providing online training, One-to-One training with the help of experts. Our learners and trainers are frequently coming from different countries like USA, India, UK, Australia, New Zealand, Canada and UAE. To specify in cities London, Bangalore, California, New York, Pune, Mumbai, Chennai, New Delhi, San Francisco, New Jersey, Texas, Florida, Kolkata, Gurgaon, Berlin and Hyderabad among many.

I have more queries?

If you want to know More Details about Online Training Please Contact us. Or you can share your quires through info@monstercourses.com. Estimated turnaround time will be 24 hours for mails.

  • Contact us

Contact us

Enquiry Now..!!

Contact Details :


    Address: # 4110 Rainy Creek Ln, Cedar Park, TX, 78613, USA.

    Contact us: +1(772)777-1557

    Email ID: info@monstercourses.com

     

    Popular Courses We Offered :

  • Adv MS Excel

  • Angular

  • AWS

  • Azure

  • Block Chain

  • SAP BO

  • Cognos

  • Datastage

  • Devops

  • Hadoop

  • Informatica

  • Java

  • Machine Learning

  • Oracle BI

  • Pega

  • Power BI

  • Python

  • QTP

  • RPA

  • Ruby with Cucumber

  • Selenium

  • Service

  • Sharepoint

  • Spark

  • Cognos

  •  

    4110 Rainy Creek Ln, Cedar Park,

    TX USA, 78613.

    Phone: +1(772)777-1557

    Email : info@monstercourses.com

     

    I felt OBIEE online training was very informative as compared to other online training providers. The faculty of MonsterCourses are very efficient in their subject and gave quality training. They covered each and every topic clearly elaborated them with examples.

    Vinay K…

    Govardhan Bhaskar, Monster Courses

    We are very much benefited from Business objects online training program. Handouts are very useful and very nicely given so that at-least by seeing the handouts we can practice and get knowledge. We have been taught many topics from this Training, nice to getting trained from "MonsterCourses

    Govardhan Bhaskar….

    Vijay Naresh, Monster Courses

    The Training Classes what i have attended from MonsterCourses was quite beneficial.Good way of diving modules and covering important topics in each module. Overall the training from MonsterCourses was very good and useful to me.

    Vijay Naresh…

    Raju K, Monster Courses

    Contact Info

    4110 Rainy Creek Ln, Cedar Park, TX USA, 78613.

    Phone: +1(772)777-1557

    Email: info@monstercourses.com

    Web: Monstercourses.com

    Contact Info

    #208, 2nd Floor, Annapurna Block, Aditya Enclave, Beside Mythrivanam, Ameerpet, ​ ​HYDERABAD-500016.​ ​

    Mobile: +917993772301

    Email: info@monstercourses.com

    Web: monstercourses.com

    FAQ’s

    Terms of use

    Privacy Policy

    Refund policy

     

    Get Social



    Copyright 2019 | All Rights Reserved | Monster Courses |
    FacebookLinkedInYouTubeTumblr
    Page load link
    Go to Top