Category Archives: Automation

How to Generate Extent Reports in Selenium feature image

Selenium JavaAutomationTutorial

How To Generate Extent Reports In Selenium

Selenium provides built-in reporting capabilities through frameworks like TestNG, JUnit, and more. While these built-in reports offer basic information, custom reporting is often necessary to provide detailed insights into test execution.

June 14, 2024

view count466054 Views

Read time27 Min Read

CI/CD in Automation Testing

CI/CDAutomationDevOps

What Is CI/CD in Automation Testing

Many organizations adopt software development practices like Continuous Integration (CI) and Continuous Deployment (CD) to ensure frequent and reliable product delivery.

June 14, 2024

view count266783 Views

Read time21 Min Read

how-to-handle-actions-class-in-selenium

AutomationSelenium TutorialTutorial

How to Handle Actions Class in Selenium

Handling keyboard and mouse actions is essential for creating robust and comprehensive automated tests that mimic real user interactions.

June 12, 2024

view count319252 Views

Read time23 Min Read

How to Wait in Python Python Wait Tutorial With Examples Feature Image

AutomationSelenium PythonTutorial

How to Wait in Python: Python Wait Tutorial With Examples

Waiting for WebElements to load is a fundamental aspect of creating robust automated tests in Python. When testing software applications, it’s essential to ensure the test scripts wait for necessary elements to load before interacting with them.

June 7, 2024

view count140732 Views

Read time24 Min Read

How To Get Element by Tag Name in Selenium

AutomationSelenium TutorialTutorial

How to Get Element by Tag Name In Selenium

Selenium locators are essential for locating elements on a web page. Among the locators available, such as className, CSS Selector, ID, linkText, partialLinkText, tagName, and XPath, users can choose any locator that fits their needs to locate web elements.

June 6, 2024

view count232777 Views

Read time17 Min Read

AutomationPlaywright TestingSelenium PythonTutorial

What Is Hypothesis Testing in Python: A Hands-On Tutorial

In software testing, there is an approach known as property-based testing that leverages the concept of formal specification of code behavior and focuses on asserting properties that hold true for a wide range of inputs rather than individual test cases.

June 5, 2024

view count130234 Views

Read time27 Min Read

How to Build a DevOps Pipeline? A Complete Guide

AutomationCI/CDDevOps

How to Build a DevOps Pipeline? A Complete Guide

DevOps has transformed how organizations build and ship software applications. The main objective is to provide high-quality software quickly and efficiently to end users and customers.

June 5, 2024

view count107410 Views

Read time22 Min Read

How To Run Selenium Test Scripts Feature Image

AutomationSelenium TutorialTutorial

How To Run Selenium Test Scripts?

Selenium comes first to mind when considering automation testing. Automation testers commonly use Selenium, one of the best test automation frameworks, to create test scripts.

May 31, 2024

view count511573 Views

Read time11 Min Read

what-is-parallel-testing-and-why-is-it-important

AutomationSelenium Tutorial

What Is Parallel Testing And Why Is It Important?

Organizations are switching from manual testing to Selenium automation testing more frequently as technology evolves, which increases scalability. Many still need help to do parallel testing and instead turn to labor and resource intensive sequential approaches.

May 31, 2024

view count197453 Views

Read time22 Min Read

Selenium sendKeys(): A Complete Guide

AutomationSelenium JavaSelenium JavaScriptTutorial

Selenium sendKeys(): A Complete Guide

While performing automation testing with Selenium, developers and testers need to automate different scenarios, like typing text into form fields, entering passwords in boxes, and more. This is where the Selenium sendKeys() method helps achieve this.

May 21, 2024

view count495900 Views

Read time17 Min Read