Selenium Online Training Video 3

Video 3 – Java Programming for Selenium Java Programming for Selenium Java OOPS Fundamentals Continuation: c) Abstraction Abstraction is a process of hiding implementation details and showing functionality to the user In another way, it shows important things to the user and hides internal details, Ex: Sending an Email Abstraction focuses on what the object … Read more

Selenium Online Training Video 2

Video 2 – Selenium Test Life Cycle, Java for Selenium. I) Selenium Test Process 1) Test Planning 2) Generate Basic Tests/Test Cases 3) Enhance Test Cases 4) Run & Debug Test Cases 5) Analyze Test Result and Report Defects 1) Test Planning Get Environment (UI Design and Database) details from Development team Analyze the AUT … Read more

Java Quick Tutorial

Java for Selenium 1) Java Environment Setup & Verify 2) Comments in Java 3) Java Data Types 4) Java Modifiers 5) Variables 6) Operators 7) Conditional Statements 8) Loop Statements 9) String Handling in Java 10) Arrays in Java 11) Java IO Operations and File Handling 12) Java Built-in Methods 13) Java User defined Methods … Read more

How To Learn Selenium?

Learn Selenium… 1) What is Selenium? 2) Prerequisites for Selenium Testing 3) Select Selenium Tools and Others for Automated Testing 4) Java for Selenium 5) Selenium WebDriver, Selenium Grid 6) TestNG Testing Framework 7) Maven, Jenkins, and Others 8) Selenium Automation Framework ————————————————– 1) What is Selenium? > Selenium is a suite of Software Tools … Read more

Usage of Java in Selenium

java for selenium

Usage of Java Programming in Selenium Java is a general purpose programming language as well as Software platform. Java as Programming Language – To develop Software Applications (JDK include JRE, JVM) Java as Software Platform – To provide Run-time Environment (JRE include JVM)) Java has 3 Important Parts / 3 Important Editions 1) Java Standard … Read more

Java Programming for Selenium

Java Programming for Selenium 1) Java for Selenium Part 1 (Java Environment Setup on MS Windows, Write & Execute a Java Program using Windows Command Prompt, Write Java programs using Eclipse IDE, Java Syntax Rules, and Java Program Structure) 2) Java for Selenium Part 2 (Java Programming Example with all Java Programming features such as … Read more

Java Loop Statements, String Handling

Java Loop Statements, String Handling i) Java Loop Statements ii) String Handling in Java ————————— Java Conditional Statements 6) Decide among several alternates (using switch statement) Syntax: switch (expression){ case value: Statements ————- ———– ———- break; case value: Statements ————- ———– ———- break; case value: Statements ————- ———– ———- break; default: Statements ———– ———– ———– … 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

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

Java Programming for Selenium

Java Programming for Selenium Why Java for Selenium? > Selenium written in Java, It does 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 documentation and code implementations from internet. > Majority of Selenium Testers (nearly 77%) … Read more