Category Archives: Automation

Complete Guide To Selenium Testing

Automation

Complete Guide To Selenium Testing with GitHub Actions

CI/CD pipelines are here to stay and contribute tremendously to continuous integration and delivery across all global projects. This article will be a guide to configure, set up builds and tests with “GitHub Actions”, primarily using Selenium WebDriver.

May 5, 2021

view count130609 Views

Read time14 Min Read

Automation

Increasing Product Release Velocity by Debugging and Testing In Production

What is the key to achieving sustainable and dramatic speed gains for your business? Product velocity! It’s important to stay on top of changes in your quality metrics, and to modify your processes (if needed) so that they reflect current reality.

April 29, 2021

view count17176 Views

Read time11 Min Read

execute-junit4-tests-with-junit5

Selenium JavaAutomationTutorial

How to execute JUnit 4 tests with JUnit 5 [Tutorial]

Introduction to JUnit JUnit is a powerful framework for Selenium test automation that has been popularly used by developers to perform unit testing.

April 26, 2021

view count128943 Views

Read time13 Min Read

Selenium Test Scenarios

Automation

24 Selenium Automation Testing Scenarios to Avoid

While there is a huge demand and need to run Selenium Test Automation, the experts always suggest not to automate every possible test. Exhaustive Testing is not possible, and Automating everything is not sustainable.

April 22, 2021

view count120166 Views

Read time17 Min Read

Selenium PythonAutomationTutorial

Getting Started With Nose2 in Python [Tutorial]

Nose2 is a popular test runner in Python that can detect the unit tests in your project and execute them. If you are familiar with unittest – Python’s standard library and prefer the same over other test automation frameworks in Python, then you should have a brief look at Nose2 Python.

April 21, 2021

view count108150 Views

Read time18 Min Read

Nose In Python

Selenium PythonAutomationTutorial

Getting Started With Nose In Python [Tutorial]

A challenge that many developers face in Selenium test automation is choosing the right test framework that can help them come up with automated tests with minimal (or no) requirement of boilerplate code.

April 16, 2021

view count100619 Views

Read time16 Min Read

handling-windows-in-selenium-with-php

AutomationSelenium PHPTutorial

Effortlessly Handle Windows in Selenium with PHP

One of the common scenarios in a web application (or a web app) is opening up a new browser window (or tab) once the user performs a specific activity.

April 12, 2021

view count89961 Views

Read time14 Min Read

speed-up-selenium-test -cases-execution

AutomationSelenium Tutorial

How To Speed Up Selenium Test Cases Execution?

The primary intent of Selenium test automation is to expedite the testing process. In the majority of the cases, automation tests using Selenium perform exceptionally better than the manual counterparts.

April 7, 2021

view count130701 Views

Read time19 Min Read

Selenium C#AutomationTutorial

NUnit vs. XUnit vs. MSTest: Unit Testing Frameworks

One of the most challenging things to do is ‘making the right choice.’ Arriving at a decision becomes even more complicated when there are multiple options in front of you☺.

March 22, 2021

view count440819 Views

Read time24 Min Read

Parameterization In Pytest

Selenium PythonAutomationTutorial

How To Do Parameterization In Pytest With Selenium?

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Python Tutorial and Selenium pytest Tutorial. Incorporating automated testing as a part of the testing accelerates the testing process so that issues can be identified & fixed faster. At the initial stages of product development, … Continue reading How To Do Parameterization In Pytest With Selenium?

March 20, 2021

view count172629 Views

Read time25 Min Read