Category Archives: Tutorial

Complete Guide to Color Contrast Accessibility

LambdaTest ExperimentsTutorialWeb Development

Complete Guide to Color Contrast Accessibility

Modern web design encompasses many things, from putting together HTML tags, adding CSS styling, applying JavaScript to make it interactive, and connecting it to a server so that anybody can access it across the globe.

August 10, 2023

view count387913 Views

Read time31 Min Read

What is Monkey Patching in Python: A Complete Tutorial With Examples

Selenium PythonTutorial

What is Monkey Patching in Python: A Complete Tutorial With Examples

In the world of software testing, where the pursuit of efficient and reliable test automation is paramount, developers and testers often encounter challenges when working with existing codebases or third-party libraries.

August 7, 2023

view count206895 Views

Read time39 Min Read

How to Handle Auto Suggestions

AutomationSelenium JavaTutorial

How to Handle Auto Suggestions in Selenium Java

You may have observed that when searching on Google or browsing through an eCommerce platform, automatic suggestions appear almost instantly as you start typing. These suggestions, known as auto-suggestions, are intended to provide a rapid guide to potentially relevant keywords and top searches based on your input.

August 4, 2023

view count197323 Views

Read time25 Min Read

Complete

Mobile App TestingTutorial

A Complete Tutorial to Appium Capabilities for Mobile Automation

Capabilities are a set of parameters that describes the device on which the Appium test should run, along with the application to be used for testing. These capabilities must be provided to the Appium Server while creating the session.

July 28, 2023

view count174293 Views

Read time31 Min Read

CSS Breakpoints For Media Queries

Web DevelopmentTutorial

Common CSS Breakpoints For Media Queries

As technology is growing every day, the diversification in the types of electronic devices is also expanding.

July 27, 2023

view count239564 Views

Read time22 Min Read

Thread.sleep() Method in Java - Complete Tutorial With Examples

Selenium JavaTutorial

Thread.sleep() Method in Java – Complete Tutorial With Example

Steve (a fresher) recently joined our team as a Test Engineer. He was passionate and eager to learn new techniques and technologies and gain expertise in software testing.

July 24, 2023

view count169133 Views

Read time28 Min Read

Selenium and Set It Up On

Selenium TutorialTutorial

A Guide To Download Selenium and Set It Up On Multiple IDEs

Automating regular testing processes enables organizations to develop high-quality software quickly. Selenium is an automation framework for web-based application testing which enterprises and small-scale organizations use to automate web browsers on various platforms and operating systems.

July 24, 2023

view count184127 Views

Read time30 Min Read

Complete Guide To CSS Text Orientation

Web DevelopmentTutorial

A Complete Guide To CSS Text Orientation

As the Internet connects people from diverse linguistic backgrounds and cultures, ensuring that websites’ content is user-friendly and understood by all is vital.

July 21, 2023

view count230581 Views

Read time15 Min Read

How To Press Enter Without WebElement In Selenium Python

Selenium PythonTutorial

How To Press Enter Without WebElement In Selenium Python

The Selenium WebDriver is an indispensable testing framework with many interactive features for automating web actions. However, the standard WebDriver methods of interacting with a web page may sometimes need to be revised to test specific features.

July 21, 2023

view count106773 Views

Read time25 Min Read

Appium 2 Migration Guide

Mobile App TestingTutorial

Appium 2 Migration Guide: Migrating From Appium 1.x To Appium 2.x

Appium is the most popular open-source library which helps automate various platforms such as Android, iOS, tvOS, Mac, Windows, etc. It also supports automating applications such as Native, Hybrid, and Web.

July 18, 2023

view count112770 Views

Read time12 Min Read