Category Archives: Automation

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 count100898 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 count89441 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 count103236 Views

Read time22 Min Read

handling-windows-in-selenium-with-php

AutomationSelenium PHPTutorial

Handling Multiple Browser Windows And Tabs In Selenium 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 count83146 Views

Read time14 Min Read

Automation

Overcoming Top Challenges With In-Sprint Test Automation

The role of QA teams has utterly changed in the last few years, especially after the initiation of agile development methodologies in software development.

April 9, 2021

view count84302 Views

Read time15 Min Read

speed-up-selenium-test -cases-execution

AutomationSelenium TutorialTutorial

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

Read time19 Min Read

Selenium C#AutomationTutorial

NUnit vs. XUnit vs. MSTest: Comparing Unit Testing Frameworks In C#

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 count389523 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 count162546 Views

Read time23 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 count225089 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 count293363 Views

Read time10 Min Read