by Nikolay Advolodkin | Mar 9, 2021 | Programming Languages, Selenium Webdriver
Selenium WebDriver and Web Test Automation have become almost synonymous in the past few years. That’s why most people who want to start their automation journey will start with Selenium WebDriver. If you’re one of those people, I’ll walk you through creating your...
by Nikolay Advolodkin | Mar 4, 2021 | C#
What is parallelization? Parallelization is the process of running tests simultaneously on different environments. Such as different browsers or operating systems. It is very useful because it can dramatically decrease the test execution time. I’ll show you three of...
by Nikolay Advolodkin | May 23, 2020 | C#, Programming
In this post we are going to cover how to write a Selenium test using Visual Studio for Mac and .NET Core. We are going to create a login test, as well as a Visual Studio Project. Really awesome! Right? Let’s get it started! How to create a new test project in...
by Nikolay Advolodkin | Dec 30, 2019 | C#, Programming
Overview Today, I’m going to introduce you to how to do test automation and write your very first automated script using Selenium WebDriver with .NET Core. via GIPHY .NET Core is the latest cross-platform framework for Microsoft that allows you to run the same...
by Nikolay Advolodkin | Feb 5, 2019 | Programming, Programming Languages
Best Programming Languages to Learn: Top 15 (2019) While hundreds of programming languages exist, there are some that developers all over the world trust and use repeatedly. In this complete guide, we’ll tell you the best programming languages to learn in 2019. As a...