by Nikolay Advolodkin | Mar 21, 2018 | Video Transcription
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...
by Nikolay Advolodkin | Mar 20, 2018 | Video Transcription
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....
by Nikolay Advolodkin | Mar 20, 2018 | Video Transcription
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...
by Nikolay Advolodkin | Mar 16, 2018 | Selenium Webdriver
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...
by Nikolay Advolodkin | Mar 13, 2018 | Selenium Problems
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...