Category Archives: Automation

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

Read time11 Min Read

execute-junit4-tests-with-junit5

Selenium JavaAutomationTutorial

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

This article is a part of our Learning Hub. For more in-depth resources, check out our hub on JUnit Tutorial. JUnit is a powerful framework for Selenium test automation that has been popularly used by developers to perform unit testing.

April 26, 2021

view count137206 Views

Read time13 Min Read

Selenium Test Scenarios

Automation

24 Selenium Automation Testing Scenarios to Avoid

This article is a part of our Learning Hub. For more in-depth resources, check out our hub on Selenium Tutorial. 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 count127353 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 count115588 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 count107931 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 count103312 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 count137273 Views

Read time19 Min Read

Selenium C#AutomationTutorial

NUnit vs. XUnit vs. MSTest: Unit Testing Frameworks

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium NUnit Tutorial. 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 count453801 Views

Read time25 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 count181236 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 count256677 Views

Read time16 Min Read