Web Automation Using Selenium
  • About The Book
  • Selenium
    • Introduction
      • What is testing and why?
      • What is Selenium and Why?
    • Getting Started
      • Audience
      • Prerequisite
      • Set up
      • Getting Started - Hello World..!!
      • What are drivers
    • Locators
      • CSS Selectors
      • XPath Selector
    • WebDriver
      • WebDriver Methods
      • WebDriver Types
    • WebElement(s)
      • WebElement Methods
      • Looping Through WebElements
    • Waits In Selenium
  • TestNG
    • Introduction
    • TestNG Setup
    • First Test Script
    • Some of the features of TestNG
    • TestNG Annotations
      • @Test
      • @DataProvider
  • Maven
    • Introduction
  • Framework Development
    • Introduction
    • Building Framework
      • Technology Stack
      • Page Object Model (POM)
      • Setup
      • What our framework contain
      • Packages
        • Context
        • Factory
        • Listeners
        • Pages
      • Creating first automation test
  • Common Interview Questions
    • Selenium-Related
Powered by GitBook
On this page

Was this helpful?

  1. Selenium

Introduction

Automation needs

Automation Trendzz...

Now everybody knows we have to automate all the things that are possible to automate. No one wants to repeat the same boring work again and again. So in Software Industry one such field is Testing 😉.

In Software testing so many items needs to be automated.

Hence so many technologies started evolving around the concept of automating software testing processes. I.e.,

Selenium, UFT, Tosca, EggPlant, Robot Framework… and the list goes.

Of course all of them are having their own merits and demerits, let's not jump into that.

PreviousAbout The BookNextWhat is testing and why?

Last updated 5 years ago

Was this helpful?