Category Archives: Automation

Geolocation Testing

AutomationSelenium TutorialTutorial

Geolocation Testing With Selenium Using Examples

A website or web application may look differently depending on the location from where it is accessed. If you are building a consumer web product that has a diverse target audience, it is essential to perform geolocation testing.

July 2, 2020

view count125508 Views

Read time10 Min Read

Introduction to Nightwatch

AutomationSelenium Tutorial

Complete Nightwatch JS Testing Tutorial

There are few javascript testing frameworks makes test automation as easy as running Nightwatch JS testing. With massive competition in the market, every company wants to employ a faster go-to-market strategy. This puts a lot of pressure on both the development and testing teams.

June 29, 2020

view count69977 Views

Read time6 Min Read

automated functional testing

AutomationManual Testing

Automated Functional Testing: Definition, Types & Tools

Development teams are always under the pressure to deliver products at a faster speed. But, that doesn’t mean the quality of the product should be compromised as no one likes a buggy web application.

June 26, 2020

view count259684 Views

Read time16 Min Read

Protractor Tutorial

AutomationSelenium ProtractorSelenium TutorialTutorial

Protractor Tutorial: End To End Testing For AngularJS

According to StackOverflow’s developer survey, around 30.7% of respondents preferred AngularJS to develop their web applications. These web apps use fewer resources and are faster in comparison to the older static pages.

June 25, 2020

view count60124 Views

Read time5 Min Read

Complete Java Testing with Selenium Tutorial: Guide to Java Automation

AutomationSelenium JavaSelenium TutorialTutorial

Complete Java Selenium Testing Tutorial: Guide To The Java Automation

Most companies measure the success of their digital marketing efforts using traditional approaches such as increased sales, ROI, and leads.

June 24, 2020

view count61994 Views

Read time20 Min Read

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 count72673 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 count66907 Views

Read time12 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 count104063 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 count87980 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 count92625 Views

Read time10 Min Read