Category Archives: Tutorial
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
259252 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
242813 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
207801 Views
16 Min Read
Selenium PythonPlaywright TestingTutorial
How To Use Playwright For Web Scraping with Python
In today’s data-driven world, the ability to access and analyze large amounts of data can give researchers, businesses & organizations a competitive edge. One of the most important & free sources of this data is the Internet, which can be accessed and mined through web scraping.
January 4, 2023
92283 Views
31 Min Read
LambdaTest ExperimentsTutorial
A Complete Guide To CSS Houdini
As a developer, checking the cross browser compatibility of your CSS properties is of utmost importance when building your website. I have often found myself excited to use a CSS feature only to discover that it’s still not supported on all browsers.
January 3, 2023
40339 Views
23 Min Read
LambdaTest ExperimentsTutorial
Different Ways To Style CSS Box Shadow Effects
Have you ever visited a website that only has plain text and images? Most probably, no. It’s because such websites do not exist now.
December 29, 2022
46621 Views
16 Min Read
A Step-By-Step Guide To Cypress API Testing
Cypress testing framework that enables efficient API test automation by sending HTTP requests and validating responses directly. Using Cypress for API testing helps identify broken links, incorrect endpoints, and server errors, ensuring that web applications and their APIs function correctly. This guide explains why Cypress is effective for API testing and demonstrates how to implement … Continue reading A Step-By-Step Guide To Cypress API Testing
December 29, 2022
58405 Views
23 Min Read
Running Tests In Cypress With GitHub Actions [Complete Guide]
Cypress with GitHub Actions is essential for quick feedback on code changes, automating test runs whenever code is pushed or a pull request is made. It ensures consistent, efficient testing without manual intervention. GitHub Actions simplifies CI/CD by enabling scheduling, parallel testing, and running tests on Docker containers. This blog will walk you through setting … Continue reading Running Tests In Cypress With GitHub Actions [Complete Guide]
December 28, 2022
49969 Views
23 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
145602 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
158009 Views
18 Min Read







![Running Tests In Cypress With GitHub Actions [Complete Guide]](https://www.lambdatest.com/blog/wp-content/uploads/2022/12/Complete252525252520Guide252525252520To252525252520Cypress252525252520Testing252525252520With252525252520GitHub252525252520Actions.png)

