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

Selenium WebDriver Quick Tutorial Part 2

Selenium WebDriver Quick Tutorial Part 2 i) Writing Selenium Test Cases ii) Cross Browser Testing iii) Batch Testing iv) Data Driven Testing ———————————- Prerequisites for Writing Selenium WebDriver Test Cases 1) Test Scenario or Manual Test Case 2) Element Locators – To Locate/Indentify/Recognize Elements 3) Selenium WebDriver Commands or Methods – To perform operations on … Read more

Software Testing As A Career

Software Testing As A Career Important Activities in IT (Information Technology) Industry: • Project Management • Business Analysis • Software Development (Front-end and Back-end) • Software Testing (Manual Testing and Automated Testing) • Technical Support (Network Administration/System Administration) • DBA (Database Administration) • Software Maintenance —————————————– If you want to choose software testing as your … Read more

Selenium WebDriver Quick Tutorial

Selenium WebDriver Quick Tutorial i) Introduction to Selenium WebDriver ii) Selenium WebDriver Environment Setup iii) Web Elements and Operations iv) Element Locators v) WebDriver API Commands ————————————- i) Introduction to Selenium WebDriver > Selenium WebDriver is a programming Interface, no IDE > Selenium WebDriver supports various Programming Languages to write programs (Test Scripts) > Selenium … Read more

Java Quick Tutorial for Selenium Part 2

Core Java Quick Tutorial for Selenium Part 2 In Java Quick Tutorial Part 1, I explained, Java Environment Setup & Verify A) Java Fundamentals i) Comments in Java ii) Java Data Types iii) Java Modifiers iv) Variables v) Operators vi) Conditional Statements vii) Loop Statements viii) String Handling in Java ix) Arrays in Java x) … Read more

Selenium Test Life Cycle

Selenium Test Life Cycle Selenium Test Process / Selenium Test Life Cycle Phases: i) Planning ii) Generate Basic Tests/Test Cases iii) Enhance Tests iv) Run & Debug Tests v) Analyze Test Results and Report Defects —————————————– Software Test Process / Software Test Life Cycle Phases in STLC: i) Test Planning ii) Test Design iii) Test … Read more

Selenium The Beginning

Selenium The Beginning i) What is Selenium? ii) Selenium Components / Selenium’s Tool Suite iii) Advantages and Disadvantages of Selenium iv) Selenium Environment Setup —————————— i) What is Selenium? • Selenium is a Suite of Software Tools to automate Web Browsers. (Selenium is not a single tool like UFT, RFT, SilkTest etc…, It is a … Read more

Selenium Test Life Cycle

Selenium Test Life Cycle Selenium Test Process / Selenium Test Life Cycle Phases: i) Planning ii) Generate Basic Tests/Test Cases iii) Enhance Tests iv) Run & Debug Tests v) Analyze Test Results and Report Defects ———————————————– Software Test Process / Software Test Life Cycle Phases in STLC: i) Test Planning ii) Test Design iii) Test … 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

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