Category Archives: 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
130609 Views
14 Min Read
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
17176 Views
11 Min Read
• Selenium Java • Automation • Tutorial
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
128943 Views
13 Min Read
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
120166 Views
17 Min Read
• Selenium Python • Automation • Tutorial
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
108150 Views
18 Min Read
• Selenium Python • Automation • Tutorial
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
100619 Views
16 Min Read
• Automation • Selenium PHP • Tutorial
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
89961 Views
14 Min Read
• Automation • Selenium 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
130701 Views
19 Min Read
• Selenium C# • Automation • Tutorial
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
440819 Views
24 Min Read
• Selenium Python • Automation • Tutorial
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
172629 Views
25 Min Read