by Nikolay Advolodkin | Dec 5, 2017 | Video Transcription
What will you learn in this course? Are you struggling with working with HTML using Selenium WebDriver? Do you know how to easily identify and manipulate an element using Selenium WebDriver? How about performing a drag n’ drop on an element? If not, then these...
by Nikolay Advolodkin | Aug 15, 2017 | Automation Tools
Testing in the cloud vs locally Testing in the cloud can be fun. You have a shiny new tool and we all enjoy to play with tools. However: Testing in a cloud service can also be hard. There are challenges that you will face that I will describe below… Advantages...
by Nikolay Advolodkin | Sep 8, 2016 | Automation, Automation Tools, C#, Selenium Webdriver
Introduction Parallel test execution involves running a suite of automated tests in parallel as opposed to sequentially. You don’t execute your tests one by one. Rather, you take the entire batch and split it up amongst multiple servers so that each server can run a...
by Nikolay Advolodkin | May 17, 2016 | Automation, Automation Tools, C#, Selenium Webdriver, Visual Studio
I. How to set up a Visual Studio unit test project for automation testing? Open Visual Studio and click “New Project” to start a new project. For those of you that are new to Visual Studio, a project can represent a collection of things such as classes and...