Selenium WebDriver Commands and Operations

Selenium WebDriver Commands and Operations > Selenium WebDriver Methods are used to perform operations on Web Elements. > Using Element Locators and WebDriver Methods we create Test Cases. Element Locators – for recognizing Elements WebDriver Methods – for performing operations on Elements. WebDriver API Commands 1) get() Description: Opens a specified URL in the Browser … Read more

Introduction to Selenium WebDriver

Introduction to Selenium WebDriver Introduction to Selenium WebDriver, Advantages of Selenium WebDriver, Drawbacks of Selenium WebDriver, Writing Test Steps in Selenium WebDriver using Element Locators and WebDriver API Commands. Selenium WebDriver Environment Setup and write first Selenium Test Case. i) Introduction to Selenium WebDriver ii) WebDriver Environment Setup iii) Create first Selenium Test Case i) … Read more

Input Output Operations and File Handing in Java

Input Output Operations and File Handing in Java i) Input and Output Operations ii) File Handling in Java iii) Exception Handling in Java ——————————– i) Input and Output Operations There three ways available for reading input. a) Scanner b) DataInputStream c) BufferedReader —————————— Using java.util.Scanner is the easier way and it includes many methods to … Read more

Selenium Interview Questions

Selenium Interview Questions and Answers 1) Selenium Real Time Interview Questions   2) Interview Questions on Selenium Fundamentals   3) Interview Questions on Selenium Test Process   4) Selenium WebDriver Interview Questions   5) Java for Selenium Interview Questions   6) TestNG Interview Questions   7) Selenium IDE Interview Questions   8) Selenium Grid Interview … Read more

Java Conditional and Loop Statements

Java Conditional and Loop Statements Java Flow Control i) Java Conditional Statements 2) Java Loop Statements ————————————————————– i) Java Conditional Statements > Conditional Statements are used to insert verification points and error handling. a) Two types of Conditional statements in Java 1) if statement 2) switch Statement ———————— b) Types of Conditions 1) Single Condition … Read more

Selenium Test Life Cycle

Selenium Test Life Cycle Phases : i) Test Planning ii) Generating Basic Tests iii) Enhancing Tests iv) Running and Debugging Tests v) Analyzing Test Results and Reporting Defects ———————————— i) Test Planning > Get Application Environment (UI Design Technology, Database) Details from development team. > Analyze the AUT (Application Under Test) in terms of Object … Read more

Introduction to Selenium Part 2

selenium tutorial

Introduction to Selenium Part 2 4) Selenium Supporting Environments 5) Selenium License 6) Testing Frameworks and Other tools used in Selenium 7) Selenium Environment Setup 8) Advantages of Selenium 9) Disadvantages of selenium 10) Selenium Versus UFT ————————————————- 4) Selenium Supporting Environments a) Operating Environment MS Windows Linux Macintosh Apple OX b) Application Environment i) … Read more

Introduction to Selenium

1) What is Selenium? 2) History of the Selenium Project 3) Selenium’s Tools Suite Selenium IDE Selenium RC Selenium WebDriver Selenium Grid ———————————— 1) What is Selenium? • Selenium is a suite of software tools to automate Web Browsers. • It is an Open source suite of tools mainly used for Functional and Regression Test … Read more

Selenium Interview Questions-2

Interview Questions on Selenium Test Process Interview Questions and Answers on Selenium Test Process or Selenium Test Life Cycle, Selenium Test Planning, Selenium Environment Setup, Select Test Cases for Automation, Selenium Test Design & Test Case Writing, Selenium Test Execution, Debugging Selenium Test Cases, Running Selenium Tests and Selenium Test Closure. 1) What are the … Read more

Java for Selenium Interview Questions

Java for Selenium Interview Questions and Answers 1) Why we prefer Java for Selenium? • Selenium written in Java, it doesn’t mean that Java only more compatible with selenium, we can use other supported languages also. • Good support for Selenium with Java, You can get more help documents and implementations from Internet. • Majority … Read more