Results for: "TestNG"
How To Perform React Native Testing Using Appium

Mobile App TestingTutorial

How To Perform React Native Testing Using Appium

With the technology emerging so fast, mobile apps have captured most of the industry market. Every organization is focused on creating a new app for their business platform, and the React Native framework is trending in developing mobile apps.

April 12, 2024

view count169001 Views

Read time30 Min Read

TDD vs BDD

AutomationTutorial

TDD vs BDD vs ATDD: Which One to Choose?

When it comes to building high-quality software applications, testing plays a crucial role. Within the Agile development methodology, three key approaches focus on writing clear and effective tests

April 5, 2024

view count637003 Views

Read time20 Min Read

Software Testing Tools: The More You Know, The Better You Implement

Software testing tools

20 Best Software Testing Tools for QA

Software testing is the process of determining whether or not a software product fulfills the expected requirements and ensures that it is free from defects.

April 5, 2024

view count8006 Views

Read time23 Min Read

Take Screenshot In Selenium Java

AutomationSelenium JavaSelenium Tutorial

How To Take Screenshot In Selenium Java?

Selenium is an open-source automation tool widely used for testing web applications. It enables developers to create scripts that automate browser activities, evaluate expected results, and ensure application functionality.

April 5, 2024

view count287060 Views

Read time11 Min Read

How To Get Text Of An Element In Selenium

Selenium TutorialAutomation

How To Get Text Of An Element In Selenium?

Selenium is the most widely used automation testing tool, which reduces human effort and efficiently handles testing the scenarios we encounter every day.

April 4, 2024

view count370994 Views

Read time12 Min Read

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 count352712 Views

Read time9 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 count409655 Views

Read time24 Min Read

selenium-os

Selenium Tutorial

Top 52 Selenium Open Source Projects On GitHub [2024]

Selenium, a project hosted by the Apache Software Foundation, is an umbrella open-source project comprising a variety of tools and libraries for test automation.

March 26, 2024

view count94595 Views

Read time27 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 count225083 Views

Read time23 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 count318844 Views

Read time22 Min Read