Systems | Development | Analytics | API | Testing

Extending Your Selenium Grid With Sauce

Keep your existing Grid, and automatically send overflow/different tests (e.g. Safari) to Sauce Labs! In this continuation, Allen Loew, a Principal Quality Engineer and Sauce Labs advocate, explains how saucectl has transformed his team's test efficiency. Keep your existing Grid, and automatically send overflow/different tests (e.g. Safari) to Sauce Labs! If you’re using Selenium to automate your application’s UI tests, at some point, you’ll need to scale your testing.

[Webinar] Katalon + Selenium: Best of both worlds

Bookmark and forward the video to your quality engineering team for full insights on: Start your 30-day trial on Katalon software quality management platform! Katalon is a modern and comprehensive software quality management platform. Designed to help software teams test and deliver quality digital products faster, the Katalon Platform comes with ready-to-use capabilities to plan, author, organize, execute and analyze automated tests.

Selenium Automation Testing Tutorial | Complete Session on Selenium | Antino Labs

This technical session will give you brief about software testing and will help you in knowing the flaws of manual testing. It mentions about how manual testing is so time consuming and why automated testing is the future. This will also help you in knowing the some cool features, flaws, and distinct suites of selenium as a software testing tool. We request you keep watching the video till end if you really want to gain worthy insights over Selenium.

Getting Started with XPath in Selenium

Selenium is the industry-standard, open-source testing automation framework. To implement Selenium, developers first need to use a locator to find dynamic web elements that help automate the cross-browser testing of their web applications. Selenium uses several locators, including XML Path (XPath). This blog explains how to use XPath as a web element locator in Selenium.

Different types of Selenium WebDriver Common Exceptions

Developers and Testers use an exception handling framework to handle an exception in Selenium scripts. The diagram below depicts the different types of Exceptions that we commonly face while working with Selenium WebDriver: Before understanding the different types of Exceptions that we may face while working with Selenium WebDriver, I will first explain the term Exception.