Category Archives: Automation
• Automation • JavaScript • Tutorial
How To Generate Mocha Reports With Mochawesome?
“Testing leads to failure, and failure leads to understanding.” Burt Rutan It goes without saying that the very essence of testing lies in locating issues so that they can be worked upon. This results in a better-quality & well-performing web application (or website) that is important in building a positive customer experience.
May 24, 2021
150532 Views
12 Min Read
TestNG vs JUnit: Which testing framework should you choose?
A test automation framework is a set of components that facilitates the execution of tests along with reporting the results of the test execution. However, the discovery of the right test automation framework can be super-challenging since there are so many options at your perusal.
May 24, 2021
102928 Views
14 Min Read
• JavaScript • Automation • Tutorial
Automation Testing with Selenium JavaScript [Tutorial]
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on 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 … Continue reading Automation Testing with Selenium JavaScript [Tutorial]
May 14, 2021
170796 Views
12 Min Read
• Selenium Python • Automation • Tutorial
Use Selenium wait for page to load with Python [Tutorial]
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Python Tutorial. One of the primary requisites to automate interactions with a WebElement in the DOM is that it should be visible and interactable. Like me, you would also come across several scenarios where your … Continue reading Use Selenium wait for page to load with Python [Tutorial]
May 12, 2021
153311 Views
11 Min Read
• Automation • Selenium WebDriver • Tutorial
How To Scroll a Page Using Selenium WebDriver?
Selenium is one of the most widely used test automation frameworks for web automation testing. As far as the framework is concerned, Selenium WebDriver is the most vital component for carrying out automated browser testing.
May 7, 2021
186261 Views
8 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
118120 Views
13 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
12052 Views
11 Min Read
• Automation • Selenium WebDriver • Tutorial
How to perform Mouse Actions in Selenium WebDriver
A web product (or website) comprises multiple web elements like buttons, text boxes, checkboxes, menus, sliders, and more.
April 27, 2021
152517 Views
22 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
119044 Views
12 Min Read
• Automation • Tutorial
24 Testing Scenarios you should not automate with Selenium
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
109587 Views
17 Min Read