Category Archives: Automation

How to Use Assert and Verify in Selenium

AutomationTutorial

How to Use Assert and Verify in Selenium

During Selenium automation, you might come across a number of scenarios where a decision needs to be taken regarding what happens if the test fails.

September 2, 2024

view count201760 Views

Read time18 Min Read

Upload in Selenium

AutomationTutorial

How to Handle File Upload in Selenium

When performing website testing, validating file upload functionality is crucial as users need to upload documents and images, such as in job portals, eCommerce websites, cloud storage systems, and others.

August 29, 2024

view count286409 Views

Read time10 Min Read

kane

AutomationAILambdaTest Updates

Introducing KaneAI – World’s First End-to-End Testing Assistant

Picture a world where test automation is as easy as having a conversation with your team—no more struggling with complex code or tedious manual scripting. Just pure efficiency and clarity.

August 21, 2024

view count205028 Views

Read time4 Min Read

ExpectedConditions In Selenium Types And Examples Feature Image

AutomationTutorial

ExpectedConditions In Selenium: Types And Examples

ExpectedConditions in Selenium allow you to wait for specific conditions to be met before proceeding with interactions with the WebElements. This is common when the WebElement is not yet present or is visible but not clickable or text attributes are not being updated in time.

August 13, 2024

view count354671 Views

Read time21 Min Read

20 Best UAT Testing Tools

Cross Browser TestingAutomation

20 Best UAT Testing Tools [2024]

User Acceptance Testing (UAT) allows stakeholders and end-users to validate if the application meets the requirements and functions well in real-world scenarios.

August 9, 2024

view count222295 Views

Read time22 Min Read

How To Find Elements Using Playwright Locators

Playwright TestingAutomationTutorial

How to Use Playwright Locators: A Detailed Guide

Locators are one of the most effective ways to locate elements for web testing. They provide automatic waiting and retry features, making it simple for developers and testers to find and interact with specific elements on a web page, ensuring test scripts work smoothly with those elements. Playwright, one of the most commonly used frameworks … Continue reading How to Use Playwright Locators: A Detailed Guide

August 1, 2024

view count404046 Views

Read time24 Min Read

Keep Notes Related Recent

Selenium JavaAutomationTutorial

How to Handle StaleElementReferenceException in Selenium

When performing Selenium automation testing, if you try to interact with a WebElement that’s no longer in the Document Object Model (DOM), Selenium will throw a StaleElementReferenceException.

July 31, 2024

view count507366 Views

Read time11 Min Read

How To Setup JUnit Environment For Your First Test

AutomationSelenium JavaTutorial

How To Setup JUnit Environment For Your First Test

JUnit is a widely used unit testing framework. When combined with Selenium, it enhances the web application testing process. JUnit utilizes annotations to identify test methods and supports various assertions, test suites, and test maintenance.

July 31, 2024

view count336968 Views

Read time18 Min Read

Continuous Delivery vs Continuous Deployment When To Use Which Feature Image

CI/CDAutomationDevOps

Continuous Delivery vs Continuous Deployment: When To Use Which

Continuous delivery and continuous deployment are fundamental concepts in DevOps, both aiming to achieve faster and more reliable software delivery.

July 19, 2024

view count206321 Views

Read time16 Min Read

AutomationTutorial

What Is the Single Responsibility Principle (SRP)

Single Responsibility Principle (SRP) is one of the SOLID design principles you must follow while designing, developing, and maintaining an automation framework.

July 18, 2024

view count200225 Views

Read time17 Min Read