Category Archives: Automation
Automation Testing with Selenium JavaScript [Tutorial]
Automation testing is an integral part of software development. When it comes to web applications, it is essential to test the user interface to ensure that a flawless experience is delivered to the end-users.
May 14, 2021
205168 Views
13 Min Read
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
136830 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
26896 Views
11 Min Read
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
138734 Views
13 Min Read
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
128842 Views
18 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
116950 Views
18 Min Read
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
109269 Views
16 Min Read
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
107742 Views
14 Min Read
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
138342 Views
19 Min Read
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
456121 Views
24 Min Read









