Category Archives: Automation

Handling Element is Not Clickable at Point Exception in Selenium

AutomationSelenium JavaTutorial

Handling “Element is Not Clickable at Point” Exception in Selenium

In Selenium automation testing, locators help identify and interact with any element on the web page. For example, ID, Name, ClassName, XPath, CSS Selector, TagName, LinkText, and Partial LinkText are widely used to help you interact with the elements on the web page.

March 28, 2024

view count378323 Views

Read time10 Min Read

How to Click Button in Selenium A Complete Guide

AutomationSelenium JavaTutorial

How to Click Button in Selenium: A Complete Guide

No software test is truly complete without interacting with the elements of a webpage. Clicking a button to submit a form, checking a checkbox, or following a link are some of the primary actions users take.

March 28, 2024

view count442544 Views

Read time24 Min Read

skills-testers

Automation

7 Required Skills for Automation Testers in 2024

Automation testing roles and responsibilities include designing and executing test scripts, identifying bugs, ensuring software quality, maintaining test environments, updating test cases, and collaborating with development teams to meet quality standards.

March 28, 2024

view count178412 Views

Read time14 Min Read

Learn To Run Selenium

AutomationSelenium Python

Learn To Run Selenium Tests On Chrome With Selenium ChromeDriver

This article is a part of our Learning Hub. For more in-depth resources, check out our hub on Selenium Tutorial. With an incredible 65.31% global market share when writing this blog, Google Chrome is undoubtedly the market leader.

March 27, 2024

view count301596 Views

Read time12 Min Read

Automation

Test Plan vs Test Case: Key Differences

Software applications are becoming more complex, demanding a robust test process for all critical features due to technological advancements.

March 27, 2024

view count61661 Views

Read time29 Min Read

Manual TestingAutomation

Smoke Testing vs Sanity Testing: A Comparison

Sanity test and smoke test are the terms that are used interchangeably, but they hold significant differences. Smoke testing is generally the first level of testing performed after a new build is available. If the smoke tests pass, indicating a baseline level of stability, then sanity testing can be conducted to delve deeper into specific … Continue reading Smoke Testing vs Sanity Testing: A Comparison

March 26, 2024

view count69140 Views

Read time16 Min Read

Mastering Selenium Testing: JUnit Asserts With Examples

AutomationSelenium TutorialTutorial

Mastering Selenium Testing: JUnit Asserts With Examples

Automation testing helps to ease the life of software testers by allowing them to automate their repetitive tasks, and open-source test automation frameworks like Selenium have enabled users to automate web testing experience at scale. However, what good is automation testing if you cannot verify whether a test case has passed or failed?

March 22, 2024

view count240256 Views

Read time23 Min Read

radio buttons in selenium feature image

AutomationSelenium PythonTutorial

How to Handle Radio Buttons in Selenium WebDriver

Radio buttons are a significant component within web forms, allowing users to make singular selections from a predefined array of options.

March 22, 2024

view count83448 Views

Read time20 Min Read

Selenium JavaAutomationTutorial

How to Handle Modal Dialog Box in Selenium WebDriver Java

Websites frequently implement popups, alerts, or modal dialog boxes for various use cases, such as accepting cookies, asking for permissions, entering data, and warning alerts.

March 20, 2024

view count344994 Views

Read time22 Min Read

Cypress TestingAutomationTutorial

How To Check If An Element Exists In Cypress

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Cypress Tutorial. Ensuring web application robustness and reliability is a primary objective in software testing. As QA engineers delve into the complexities of Cypress framework, a robust testing framework renowned for its simplicity and effectiveness, one … Continue reading How To Check If An Element Exists In Cypress

March 19, 2024

view count94916 Views

Read time21 Min Read