Category Archives: Automation
AutomationSelenium WebDriverTutorial
A Complete Guide To Selenium Page Load Strategy
Webpage automation has been growing extensively, and most of us have worked on it. It is something on which we work almost regularly, automating several scenarios and navigating through many web pages.
January 23, 2023
212299 Views
16 Min Read
Selenium JavaScriptAutomationTutorial
A Complete Guide on how to run Mocha npm Testing with Node.js
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Mocha JS Tutorial. Software testing is integral to software engineering. Tests are created as key checkpoints to verify whether objectives are being met or not.
January 16, 2023
233387 Views
16 Min Read
Playwright vs Selenium vs Cypress: A Detailed Comparison
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Cypress Tutorial. Playwright and Selenium are both powerful test automation frameworks. Playwright supports TypeScript, JavaScript, Python, .NET, and Java, while Selenium offers broader language support including Python, Java, C#, Ruby, and JavaScript. The choice between them … Continue reading Playwright vs Selenium vs Cypress: A Detailed Comparison
January 12, 2023
252046 Views
63 Min Read
How To Refresh Page Using Selenium C# [Complete Tutorial]
When working on web automation with Selenium, I encountered scenarios where I needed to refresh pages from time to time.
January 6, 2023
240127 Views
8 Min Read
Cypress TestingAutomationTutorial
How To Write End-To-End Tests Using Cypress App Actions
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Cypress Tutorial. When I started writing tests with Cypress, I was always going to use the user interface to interact and change the application’s state when running tests.
January 6, 2023
204752 Views
15 Min Read
AutomationSelenium PythonTutorial
Guide To Find Index Of Element In List with Python Selenium
In an ideal world, you can test your web application in the same test environment and return the same results every time. The reality can be difficult sometimes when you have flaky tests, which may be due to the complexity of the web elements you are trying to perform an action on your test case.
December 22, 2022
143545 Views
3 Min Read
How To Use driver.FindElement And driver.FindElements In Selenium C#
One of the essential parts when performing automated UI testing, whether using Selenium or another framework, is identifying the correct web elements the tests will interact with.
December 20, 2022
155344 Views
18 Min Read
Selenium WebDriverAutomationTutorial
How To Automate Desktops Apps Using WinAppDriver
Modern-day software applications can be accessed in numerous ways. You can install them on desktops and smartphones or directly launch them on web browsers. Many people think that the Desktop is legacy, but that’s not the case, as each of us uses numerous desktop applications daily.
December 16, 2022
178932 Views
38 Min Read
Cypress TestingAutomationTutorial
Migrating Test Automation Suite To Cypress 10
There are times when developers get stuck with a problem that has to do with version changes. Trying to run the code or test without upgrading the package can result in unexpected errors.
November 29, 2022
211025 Views
29 Min Read
Selenium JavaAutomationTutorial
How To Automate Toggle Buttons In Selenium Java
If you pay close attention, you’ll notice that toggle switches are all around us because lots of things have two simple states: either ON or OFF (in binary 1 or 0).
November 24, 2022
207118 Views
13 Min Read