Java for Selenium

Selenium Video

28 – Handling Elements in Selenium Part-3

Selenium Class 28: Element Handling in Selenium Part-3 4) Handling Link Types of Links in the Web…. i) User Interface Design Point view a) Text Link (ex: “Gmail” link in Google Home Page) b)...

Java Tutorial

20 – Java Object Oriented Programming Part-2

Selenium Class 20 – Java Object Oriented Programming Part-2 Java OOPS Continuation: ii) Polymorphism Existence of Object Behavior in many forms We have 2 types of Polymorphism, 1) Compile Time Polymorphism / Method Overloading2)...

java tutorial

13 – Java IO

Selenium Class 13 – Java IO Java Input and Output Operations Input: Input using input devices (keyboard & Mouse) Read data from Files (text/excel/database files etc…) Read data from Application objects/elements Output: Display message/s...

Java Tutorial

11 – Java Control Flow Statements – 2

Selenium Class 11 – Java Control Flow Statements Part -2 Java Loop Statements and Branching Statements Java Conditional Statements Continuation: 7) Decide among several alternates (using switch statement) Expression: An expression in a programming...

Java Tutorial

9 – Java Operators

Selenium Class 9 – Java Operators Operators are used to perform Arithmetic, Comparison, and Logical Operations. Operators are used to perform operations on variables and values. Example: public class JavaOperators { public static void...

java tutorial

8 – Java Variables

Selenium Class 8 – Java Variables Yesterday Class Continuation: Java Data Types 2) Non Primitive data types / Reference data types Non Primitive data types in Java are Objects (String, Array etc…) Example: String...