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
214474 Views
16 Min Read
Selenium JavaScriptAutomationTutorial
A Complete Guide on how to run Mocha npm Testing with Node.js
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
235914 Views
17 Min Read
Playwright vs Selenium vs Cypress: A Detailed Comparison
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 often depends on the specific needs of the project and the preferred programming language of the developer. Syntax and usability also … Continue reading Playwright vs Selenium vs Cypress: A Detailed Comparison
January 12, 2023
257542 Views
62 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
242129 Views
8 Min Read
Cypress TestingAutomationTutorial
How To Write End-To-End Tests Using Cypress App Actions
Cypress is a popular end-to-end testing framework that simplifies the process of writing and executing tests for web applications. One of its powerful features is App Actions, which allows developers to simulate real user interactions, such as clicking buttons, filling forms, and navigating through the app. In this guide, you’ll learn how to write end-to-end … Continue reading How To Write End-To-End Tests Using Cypress App Actions
January 6, 2023
206607 Views
16 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
144994 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
157358 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
182281 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
213597 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
208679 Views
13 Min Read

![How To Test NodeJS Modules With Mocha [Mocha NodeJS Tutorial]](https://www.lambdatest.com/blog/wp-content/uploads/2023/01/unnamed252067.png)







