Use of Programming for Selenium

Programming for Selenium

Programming Knowledge for Software Testing: Conducting Software Testing: Software Testing can be conducted in two ways, 1) Manual Testing, and 2) Automated Testing or Test Automation. No programming knowledge is required for Manual Testing, but for Automated Testing, especially for Functional Automated Testing. For Functional Test Automation we use different tools like UFT, Selenium, RFT, … Read more

4. Java for Selenium

java tutorial

Overview of Java Programming Java is a Programming Language and a Platform Java is used as a programming language to develop Software Applications Java is used as Software Platform to run Java Applications Java has three important editions 1) Java Standard Edition / Core Java (Old name J2SE)2) Java Enterprise Edition / Advanced Java (Old … Read more

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

Introduction to Maven

Maven Integration with Selenium 1) What is Maven? > Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project’s build, reporting and documentation from a central piece of information. > Maven is a simple build automation tool which is basically … 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 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