Category Archives: Automation

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 count116492 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 count105488 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 count97387 Views

Read time16 Min Read

Expected Conditions in Selenium

AutomationTutorial

What Is ExpectedConditions In Selenium With Examples

The majority of the web products use AJAX (Asynchronous JavaScript and XML), due to which elements on the page are loaded at varying time intervals. This can lead to timing issues when automation testing is performed using the Selenium framework.

April 14, 2021

view count117422 Views

Read time22 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 count87359 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 count127408 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 count427660 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 count169188 Views

Read time25 Min Read

Run A Job In Jenkins Using Jenkins

CI/CDAutomationTutorial

How To Create & Run A Job In Jenkins Using Jenkins Freestyle Project?

As per the official Jenkins wiki information, a Jenkins freestyle project is a typical build job or task. This may be as simple as building or packaging an application, running tests, building or sending a report, or even merely running few commands.

March 19, 2021

view count237089 Views

Read time16 Min Read

XUnit Parameterized Tests Tutorial: Selenium Testing

AutomationSelenium C#Tutorial

Best XUnit Parameterized Tests Tutorial: Selenium Testing

When a developer comes up with unit tests, there are multiple ways through which they try to optimize the test code. Reduction of code size by reusing the existing code is one way of achieving the same.

March 18, 2021

view count297241 Views

Read time10 Min Read