by Nikolay Advolodkin | Apr 9, 2018 | Automation techniques
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...
by Nikolay Advolodkin | Apr 7, 2018 | Video Transcription
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...
by Nikolay Advolodkin | Mar 30, 2018 | Selenium Webdriver
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,...
by Nikolay Advolodkin | Mar 30, 2018 | Video Transcription
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...
by Nikolay Advolodkin | Mar 23, 2018 | Selenium Webdriver
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...
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...