Category Archives: Tutorial

WebDriverIO Tutorial

AutomationSelenium TutorialTutorialWebDriverIO

WebdriverIO Tutorial: Run Your First Automation Script

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on WebdriverIO Tutorial. WebdriverIO framework is being widely used by the testing community to perform automation testing on both web applications and native mobile applications. The tests performed on WebdriverIO are simple and concise.

June 23, 2020

view count73093 Views

Read time7 Min Read

Protractor Tutorial: Handle Frames & iFrames in Selenium

AutomationSelenium ProtractorSelenium TutorialTutorial

Protractor Tutorial: Handle Frames & iFrames in Selenium

This article is a part of our Protractor tutorials. Visit LambdaTest Learning Hub for in-depth tutorials around CI/CD, Selenium, automation testing and more. While performing Selenium test automation, you’d often come across scenarios where you’d need to handle frames or iframes. Frames are used to split the content into horizontal and vertical splits, while iframes … Continue reading Protractor Tutorial: Handle Frames & iFrames in Selenium

June 18, 2020

view count67166 Views

Read time12 Min Read

LambdaTest ExperimentsTutorialWeb Development

CSS Scroll Snap Property: Complete Guide with Practical Examples

Have you ever noticed that, while scrolling on some website on your mobile devices, scrolling ends up abruptly on some, and on other websites it’s perfect? Isn’t it annoying when you scroll down on a page, and it finishes in the middle of a paragraph or image?

June 17, 2020

view count196814 Views

Read time19 Min Read

Running Python Selenium Tests in Parallel

AutomationSelenium PythonSelenium TutorialTutorial

PyTest Tutorial – Python Selenium Test in Parallel

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Python Tutorial and Selenium pytest Tutorial. Selenium is one of the widely used test automation frameworks for automated browser testing. test automation is really helpful in testing websites or web apps on different combinations of … Continue reading PyTest Tutorial – Python Selenium Test in Parallel

June 15, 2020

view count104533 Views

Read time17 Min Read

Parameterized Tests For Selenium Testing

AutomationMSTestSelenium TutorialTutorial

MSTest Tutorial: Parameterized Tests For Selenium Testing

When it comes to automated browser testing, there are a couple of options for test frameworks like NUnit, xUnit.net, and MSTest. Each of these frameworks has their own share of advantages & shortcomings and NUnit & xUnit.net had a huge edge over MSTest.

June 10, 2020

view count88241 Views

Read time8 Min Read

Handling Timeouts With Selenium

AutomationSelenium ProtractorSelenium TutorialTutorial

Protractor Tutorial: Handling Timeouts With Selenium

This article is a part of our Protractor tutorials. Visit LambdaTest Learning Hub for in-depth tutorials around CI/CD, Selenium, automation testing and more. A lot of times while performing Selenium, you’ll come across certain scenarios when your test fails due to the fact that the webpage or the web element takes some time to load … Continue reading Protractor Tutorial: Handling Timeouts With Selenium

June 9, 2020

view count92864 Views

Read time10 Min Read

AutomationSelenium TutorialSelenium WebDriverTutorial

How To Automate Calendar Using Selenium WebDriver For Testing?

Quite often while buying a movie ticket online or filling up a form, you’d come across calendars to pick dates and even time. These calendars make the whole process of picking dates much easier and interactive and play a crucial role in enhancing user experience.

June 5, 2020

view count131132 Views

Read time14 Min Read

MSTest Tutorial

AutomationSelenium C#Selenium TutorialTutorial

MSTest‌ ‌Tutorial:‌ ‌Running‌ ‌First‌ ‌Selenium‌ ‌Automation‌ ‌Script‌

MSTest is the default test automation framework which comes bundled with Visual Studio. It started out as a command-line tool for executing tests and was referred as Visual Studio Unit Testing Framework; however the name MSTest is more synonymous with the developers.

June 4, 2020

view count113487 Views

Read time7 Min Read

Selenium IDE Test

AutomationSelenium TutorialTutorial

How To Run Selenium IDE Test Over Online Selenium Grid?

The Selenium IDE is a popular record and playback testing tool that is used for automated browser testing. It makes it easy to get started with automation testing as the IDE is a simple turn-key solution that is web-ready and works out of the box.

June 2, 2020

view count57896 Views

Read time8 Min Read

Handle Alerts And Popups

AutomationSelenium ProtractorSelenium TutorialTutorial

How To Handle Alerts And Popups In Protractor With Selenium?

This article is a part of our Protractor tutorials. Visit LambdaTest Learning Hub for in-depth tutorials around CI/CD, Selenium, automation testing and more. There are times in the life-cycle of various web applications where you need to interrupt a message to the user. These may be warnings, alerts or information. Browsers have native dialog boxes, … Continue reading How To Handle Alerts And Popups In Protractor With Selenium?

June 1, 2020

view count63305 Views

Read time13 Min Read