Tutorials
Courses
Go Premium
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.0K+ articles
Difference Between
3.1K+ articles
GBlog
2.9K+ articles
Software Engineering
2.3K+ articles
Python-selenium
187+ articles
Interview Questions
146+ articles
JUnit
95+ articles
selenium
77+ articles
WireMock
15+ articles
Software Testing
1.2K+ posts
Recent Articles
Popular Articles
Automation Testing - Practical Example
Last Updated: 24 July 2025
Here, we explain the Automation Testing Process in a real-world example. We’ll use Java with Selenium WebDriver and TestNG to show how it tests an e-commerce website, whic...
read more
Software Testing
Python for Software Testing - Complete Guide
Last Updated: 11 July 2025
Python is one of the most popular programming languages, widely used in software testing due to its rich libraries and powerful testing frameworks. From writing simple uni...
read more
Software Testing
Cross-Browser Testing Using Selenium WebDriver
Last Updated: 31 July 2025
Selenium is an open-source framework that automates browser interactions, making it ideal for cross-browser testing. Cross-browser testing verifies that a web application ...
read more
Software Testing
Exceptions - Selenium Java
Last Updated: 30 July 2025
An exception is a misbehaviorevent or error that interrupts a program's standard execution flow. In Selenium, exceptions specifically arise when issues occur during test a...
read more
Software Testing
Selenium WebDriver - WebElement Commands Using Java
Last Updated: 26 July 2025
WebElement commands are methods used to interact with web elements like buttons, text fields, and links on a webpage. These commands allow automation scripts to perform ac...
read more
Software Testing
Selenium Locators - Locating By CSS Selectors
Last Updated: 28 July 2025
In Selenium WebDriver, one of the most versatile and powerful ways to locate elements is by using CSS Selectors. The By.cssSelector strategy allows you to select elements ...
read more
Software Testing
Selenium Locators -Locating By Name
Last Updated: 26 July 2025
In Selenium WebDriver, accurately locating a web element is essential for effective test automation. One of the most reliable and commonly used methods to locate an elemen...
read more
Software Testing
How to generate TestNG HTML report for your tests.
Last Updated: 23 July 2025
TestNG is a powerful testing framework for Java, widely used by developers to create and execute test cases for software applications. It is an automatically generated sum...
read more
Software Testing
What are Maven Profiles?
Last Updated: 23 July 2025
Maven Profiles allow you to define alternative build configurations directly within a single pom.xml file. Essentially, each profile can override or introduce specific set...
read more
Software Testing
What is Maven Dependency?
Last Updated: 26 June 2025
Mavensimplifies Java project management, and at its core, Maven Dependencies make it easy to include and manage external libraries. This article includes what Maven Depend...
read more
Software Testing
What is End to End Testing?
Last Updated: 26 June 2025
End-to-end testing is the type ofsoftware testingused to test the entire software from start to end, along with its integration with the external interfaces. The main purp...
read more
Software Testing
Selenium Wait Commands Using Java : Implicit, Explicit, and Fluent Wait
Last Updated: 30 July 2025
In Selenium WebDriver, wait commands are essential to ensure that elements are present, visible, and interactable before performing actions. Different types of waits help ...
read more
Software Testing
How To Create and Run First Selenium WebDriver Test Script
Last Updated: 26 July 2025
We will begin by creating a new Maven project within Eclipse. Follow the steps below for creating the Selenium scripts:Configure the pom.xml as below:pom.xmlXMLproject xml...
read more
Software Testing
Passive Testing in Software Testing & How to Perform?
Last Updated: 23 July 2025
Passive testing is a way of checking how a system works without interacting with it. Instead of doing user actions like in active testing, passive testing closely observes...
read more
Software Testing
Software Testing
Low-Code Vs. No-Code Test Automation
Last Updated: 23 July 2025
No-code test automation platforms are similar to low-code platforms. For no-code platforms, you don’t need any coding skills to create and run test cases. On the other han...
read more
Software Testing
1
2
3
4
...
79
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !