Selenium Testing Process

Advantages and Drawbacks of Selenium

Selenium Testing Process, Choose Selenium Tools & other Software plugins, Selenium Test Environment Setup, Locating Elements in Selenium, Performing actions on the elements, Java Programming for Selenium, TestNG Testing Framework for Selenium, Writing Selenium Test Cases, Executing Selenium Test Cases, and Maintenance of Selenium Tests. Phases of Manual Testing Test Process 1. Requirements Analysis 2. … Read more

Writing a Selenium Test Case

Advantages and Drawbacks of Selenium

Writing a Selenium Test Case with Exception Handling Code Writing a Selenium Test Case, Inspect HTML elements, locate elements in Selenium, perform actions on the elements using Selenium WebDriver methods. Manual Test Case:  Test Case Name: Verify Admin Login in gcrShop admin interface login page Test Case ID: GC_Adm_TC001 Test Steps:  i. Launch Browser ii. … Read more

Important things in Selenium

selenium tutorial

Important things in Selenium Important things in Selenium, Web Elements or HTML Elements, Actions on the web elements, inspecting elements, locating elements, and Selenium WebDriver methods. Handling Elements in Selenium i. Web Elements and actions on the Elements ii. Inspect Elements and get Element Locators iii. Selenium WebDriver Methods iv. Programming concepts i. Web Elements … Read more

How does Selenium testing tool work?

selenium tutorial

How does Selenium testing tool work? How does Selenium testing tool work?, Selenium test environment setup, Inspecting elements, Locating elements in Selenium, Selenium WebDriver methods, and writing Selenium Test Cases. Selenium automates browsers, primarily it is for automating web applications for testing purposes, and Boring web-based administration tasks can also be automated as well. > … Read more

Java Unary Operators

Java Tutorial

Java Unary Operators Unary Operators in Java are used to perform increment, and decrement operations, these operators require single operand only. Operators in Programming: Operators are used to perform operations on variables and values. These operations can be Mathematical, Assignment, Comparison, Logical etc… Operations on Variables and Values: We can use Operators on Variables and … Read more

How to learn Java for Software Testing?

Java Full Course Tutorial

How to learn Java for Software Testing? How to learn Java for Software Testing?, first focus on Java Programming Environment, Java Language Fundamentals, and Java Object Oriented Programming. Software Testing can be done in two ways, one is Manual Testing and another is Automated Testing or Test Automation, no programming knowledge is required for Manual … Read more

What are the minimum Java topics required for Selenium?

Introduction to Java Programming

Selenium is a Test Tool for Functional Testing of Web applications, and it supports various programming languages like java, Python, C#.NET, Perl, Ruby and PHP. Most of the Selenium testers using Java programming for writing Selenium Test Script, So try to learn Java for Selenium. Java has various platforms to develop software applications, Java Standard … Read more

Prerequisites to learn Selenium

selenium training

Prerequisites to learn Selenium, Software Testing Fundamentals, Automated Testing Fundamentals, Software Programming Fundamentals, SQL / Database Fundamentals, and Web Fundamentals. Prerequisites to Learn Selenium Software Testing can be done in two ways, 1) Manual Testing 2) Automated Testing / Test Automation, No prior knowledge is required to learn Manual Testing, Computer Operating knowledge, Thinking, Reasoning, and … Read more

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