Category Archives: Automation

Continuous Delivery vs Continuous Deployment When To Use Which Feature Image

CI/CDAutomationDevOps

Continuous Delivery vs Continuous Deployment: When To Use Which

Continuous delivery and continuous deployment are fundamental concepts in DevOps, both aiming to achieve faster and more reliable software delivery.

July 19, 2024

view count61247 Views

Read time16 Min Read

AutomationTutorial

What Is the Single Responsibility Principle (SRP)

Single Responsibility Principle (SRP) is one of the SOLID design principles you must follow while designing, developing, and maintaining an automation framework.

July 18, 2024

view count93383 Views

Read time17 Min Read

How to Use Selenium Click Commands Using Python Feature Image

AutomationSelenium TutorialTutorial

How to Use Selenium Click Commands Using Python

Automating mouse clicks is essential for browser automation, allowing testers and developers to simulate real user interactions on web pages.

July 18, 2024

view count385692 Views

Read time19 Min Read

Automate Filling In Web Forms With Python

Selenium PythonAutomationTutorial

How to Automate Filling In Web Forms With Python

Web forms are key components for data entry and interaction across various business processes. So, it’s important to ensure the functionality of these forms across the website. However, testing forms manually is both time-consuming and prone to error.

July 11, 2024

view count717473 Views

Read time11 Min Read

TutorialAutomationSelenium Tutorial

How To Take Full Page Screenshots In Selenium WebDriver

Taking screenshots is one of the most common actions for any web page tester. Screenshots or videos are essential when reporting bugs, as they provide visual evidence of issues.

July 9, 2024

view count275069 Views

Read time19 Min Read

Selenium Grid Setup Basics and Getting Started Tutorial

AutomationSelenium TutorialTutorial

Selenium Grid Tutorial: Parallel Testing Guide with Examples

Selenium Grid, an essential component of the Selenium suite, enables you to run test cases simultaneously in different browsers and browser versions.

July 8, 2024

view count339348 Views

Read time17 Min Read

Test Cases in Java

AutomationSelenium JavaTutorial

How To Write Test Cases in Java

Writing test cases is a fundamental skill for ensuring the reliability and robustness of your code. Test cases can help identify bugs and validate that the code works as intended.

July 8, 2024

view count136312 Views

Read time20 Min Read

How to Run WebdriverIO Tests: Getting Started Tutorial

AutomationSelenium JavaScriptTutorialWebDriverIO

How to Run WebdriverIO Tests: Getting Started Tutorial

WebdriverIO is a widely used JavaScript testing framework for automating tests on web and mobile applications. It’s known for its simplicity and the ability to control browsers with just a few lines of code.

July 2, 2024

view count233262 Views

Read time17 Min Read

How To Generate Pytest Code Coverage Report

Selenium PythonAutomationTutorial

How to Generate pytest Code Coverage Report

Code coverage is a metric to describe the degree to which the source code of an application is tested by a particular test suite. In the context of test automation, you can use different programming languages to measure code coverage, such as Python.

July 2, 2024

view count292537 Views

Read time16 Min Read

nunit-report

Selenium C#AutomationTutorial

How to Generate NUnit Reports

This article is a part of our Learning Hub. For more in-depth resources, check out our content hub on Selenium NUnit Tutorial. Test reports help track how the activities related to automation testing have evolved over a period of time.

June 24, 2024

view count280616 Views

Read time20 Min Read