Introduction to Selenium IDE

Introduction to Selenium IDE Selenium IDE (Integrated Development Environment) I) Overview: > It is a Test tool in Selenium tools suite, to develop and execute Test cases. > It is a Firefox plug in, works only on Firefox browser. > It provides Graphical user interface for Recording user actions using Firefox browser, and we can … Read more

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