Introduction to Sauce Labs with Selenium Webdriver – Desired Capabilities
What will you learn in this lecture? In this video, we will learn about Sauce Labs desired capabilities. In the previous tutorial, we went learned the RemoteWebDriver. Desired Capabilities The other very important class whenever we're interacting with Sauce Labs or...
What Is Acceptance Test Driven Automation?
I think that you can agree with me when I say: Creating an automation framework to do automated acceptance testing is REALLY hard. It's simply not an intuitive process. Where do you start? Do you create the page object? How many page objects? How many locators in that...
Introduction to Sauce Labs with Selenium Webdriver – RemoteWebDriver
What will you learn in this lecture? In this video, we will learn about the RemoteWebDriver in Sauce Labs. In the previous tutorial, we went learned about the overview of the solution. RemoteWebDriver So if you scroll down a bit in this file you will see that I have...
Believe it or not, software bots will take jobs away in 20 years
Before looking into the future, let us see our past. Approximately twenty years ago, Microsoft released Windows 98 on June 25, 1998. Also, Apple released the iMac Computer on August 15, 1998. Now the operating system and the iMac computer look like primitive tools,...
Introduction to Sauce Labs with Selenium Webdriver – Tunnels, analytics, and archive tabs
What will you learn in this lecture? In this video, we will learn about tunnels, analytics, and archive tabs in Sauce Labs. In the previous tutorial, we went through the process of doing manual cross-browser testing in Sauce Labs. Tunnels, Analytics, and Archive Tabs...
Quick and easy guide on integrating Jenkins with Selenium
Nowadays, everything seems to be integrated, and that includes software testing. One perfect example would be the capacity to integrate Jenkins with Selenium. Jenkins Selenium Integration is a Continuous Integration (CI) Tool that is intended to support you in running...
Introduction to Sauce Labs with Selenium Webdriver – How to Sign Up for Sauce Labs Trial
What will you learn in this lecture? In this video, we will go through the process of signing up for a trial on Sauce Labs. In the previous tutorial, we discussed the different disadvantages (yes there are some) of using Sauce Labs to run automated tests. How to Sign...
Introduction to Sauce Labs with Selenium Webdriver – Advantages of Sauce Labs
What will you learn in this lecture? In this video, we will go through the different advantages of running automated tests using Sauce Labs. In the previous tutorial, we went through the syllabus of the course to familiarize yourself with the topics being taught....
Introduction to Sauce Labs with Selenium Webdriver – Syllabus
What will you learn in this lecture? In this video, we will go through the syllabus of the course Introduction to Sauce Labs with Selenium Webdriver to familiarize yourself with the topics you are going to learn. In the previous tutorial, we went through the...
How Firefox 55 updates affect Selenium IDE?
Software developers rely on an Integrated Development Environment (IDE). It is a software that combines all the tools that developers may require to write and test code. It usually consists of a source code editor, a compiler and a debugger, all contained in a...
PageFactory and ExpectedConditions in C# Selenium
PageFactory in C# is deprecated as of version 3.11. This is actually a great change because it prevents usage of a class that is not recommended by the Selenium contributors. Furthermore, not using PageFactory will prevent users from many weird element exceptions that...
Introduction to Sauce Labs with Selenium Webdriver – Prerequisites
What will you learn in this lecture? In this video, we will go through the prerequisites to the course Introduction to Sauce Labs with Selenium Webdriver to ensure you'll understand everything in this course. In the previous tutorial, we went through the overview of...
Introduction to Sauce Labs with Selenium Webdriver – Promotional Video
What will you learn in this lecture? In this video, we will go through the overview of the Introduction to Sauce Labs with Selenium Webdriver course and why you should learn it. Promotional Video Welcome to the introduction to Sauce Labs with Selenium Webdriver. My...
What you need to know about learning Selenium webdriver on your own
Learning a new concept is always exciting if you use the best approach that makes learning enjoyable. The first time you learn how to sew you will always enjoy it if you have an opportunity to do it on your own. When you take the needle and do the first stitches, you...
Overcome all of your Selenium Problems with these Awesome Automation Secrets
Selenium is highly beneficial in web browser automation. Despite the benefits, there are mutual issues faced by developers and dedicated testers. Some include timing issues, maintaining the web elements, dealing with pop-up windows, errors to do with launching...
Do you want to learn Selenium webdriver effectively?
Every software tester would like to be able to test their program easily and faster. As much as software testing might sound an easy task, it does not turn out to be very easy. You need to learn some methodologies involved. First, you have to know the basics of the...
Superior BDD frameworks for superior automation testing
1) SpecFlow BDD Automation Author: SpecFlow Topics Learned: C#, Selenium Webdriver, BDD SpecFlow is one of the few C# BDD frameworks out there, which automatically makes it a highly desirable automation tool for you to use in your development projects. This framework...
The Insider’s Scoop of Proven Strategies to Avoid Flaky Selenium Tests
Unstable Selenium tests are probably the most common issues that we encounter. There are instances that they work, but there are other instances when they don’t. People may find this frustrating. In fact, most of them will just choose to ignore this if the issue is...