Courses
Tutorials
Practice
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
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Java
10.8K+ articles
Difference Between
3.6K+ articles
Software Engineering
2.5K+ articles
Selenium
314+ articles
Python-selenium
187+ articles
selenium
77+ articles
Python Selenium-Exercises
45+ articles
Software Testing
1.3K+ posts
Recent Articles
Popular Articles
Working with Jenkins Plugins
Last Updated: 28 March 2025
Jenkins plugins are essential for enhancing the functionality of the Jenkins CI/CD tool, allowing seamless integration with various tools, frameworks, and systems. This gu...
read more
Software Testing
DevOps
Testing Tools
Maven Best Practices & Tips
Last Updated: 27 February 2025
Apache Maven is a widely used build automation and dependency management tool for Java projects. To avoid slow builds, dependency conflicts, and inefficient project struct...
read more
Software Testing
Software Testing
Testing Tools
How to do Parameterized Jenkins Job?
Last Updated: 19 February 2025
Jenkins is one of the most widely used CI/CD automation tools for continuous integration and deployment. It allows developers to build, test, and deploy applications effic...
read more
Software Testing
Software Testing Tools
Shadow DOM in Selenium WebDriver
Last Updated: 08 February 2025
The Shadow DOM lets developers create a hidden, isolated DOM inside an element. It encapsulates styles and scripts, preventing them from affecting the main page. This is m...
read more
Software Testing
Selenium
Features of TestNG
Last Updated: 08 February 2025
Automation testing ensures software is robust, reliable, and bug-free. Among various frameworks, TestNG stands out for its power, flexibility, and ease of use. It helps de...
read more
Software Testing
TestNG
Software Testing Prerequisites [2025] - Things to Learn Before Software Testing
Last Updated: 04 February 2025
Building software that functions well and satisfies user needs requires testing. Software Testers are the ones who delve deeply to identify defects and ensure that everyth...
read more
GBlog
Software Engineering
Software Testing
Software Testing
GBlog 2025
How to hold key down with Selenium?
Last Updated: 08 January 2025
There are situations when automating the keyboard in Selenium WebDriver is necessary, for instance simulating holding certain keys down. This feature comes in very handy f...
read more
Software Testing
Selenium
Click the Button by Text Using java and Selenium
Last Updated: 14 November 2024
One common action testers need to perform is to click buttons by text using Java and Selenium. This method is particularly useful when buttons lack unique identifiers like...
read more
Picked
Software Testing
How do I set the Selenium webdriver get timeout using Java?
Last Updated: 13 November 2024
Setting timeouts is important for good automated testing in Selenium WebDriver. One important timeout is page load timeout. This controls how long Selenium waits to load a...
read more
Picked
Software Testing
How to set the output directory of TestNG @BeforeTest?
Last Updated: 13 November 2024
Dynamically @BeforeTest ensures the output directory gets prepared before test execution at some point, using the Output directory at that specific instance for storing th...
read more
Picked
Software Testing
TestNG
Can Selenium be used for .NET applications?
Last Updated: 13 November 2024
Selenium, a leading platform in the field of web application testing, promises to carry out automation across multiple browsers. When implemented on .NET, it enhances web ...
read more
Picked
Software Testing
How to mute all sounds in chrome webdriver with selenium using Java?
Last Updated: 13 November 2024
In some automated testing situations, the website may play audio or video. This may interfere with the test operation. To solve this problem, turning off all sounds in Chr...
read more
Picked
Software Testing
Cypress - log() Method
Last Updated: 23 October 2024
Thelog()method in Cypress is a debugging tool that allows us to log custom messages to the Cypress Command Log during test execution. This method can help track the flow o...
read more
Picked
Cypress
Software Testing
Testing Tools
Cypress - clock() Method
Last Updated: 23 October 2024
Theclock()method in Cypress is used to control and manipulate the clock in our tests. This allows developers to test time-dependent code more effectively by controlling th...
read more
Picked
Cypress
Software Testing
Testing Tools
What are different selenium versions?
Last Updated: 14 November 2024
Selenium is one of the most popular open-source tools for automating browser testing. Since its launch in 2004, Selenium has evolved significantly, leading to different ve...
read more
Picked
Software Testing
1
2
3
4
...
89
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 !