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 | May 6, 2020 | Uncategorized
Automation engineers find ways to optimize their practice and to find the most reliable results. This is the difference between having confidence in a feature launch, going over-deadline and over-budget. As all engineers are aware, there’s a huge difference between...				
					
			
					
				
															
					
					 by Nikolay Advolodkin | May 2, 2020 | Courses
This is a list of resources for the Selenium WebDriver with Java Quickstart Course Resources. Introduction Source code for the entire course Tools Setup Common selenium errors postFB Automation CommunityGit GistsJava SE DownloadIntelliJ DownloadMaven downloadSource...				
					
			
					
											
								
							
					
															
					
					 by Nikolay Advolodkin | Apr 16, 2020 | Resources
This guide covers the most common errors faced in the Selenium WebDriver Masterclass with C#. Use Ctrl + F, or the Table of Contents to find your issue and its solution. Visual Studio errors If you are using Visual Studio with C# and MsTest for your Selenium...				
					
			
					
				
															
					
					 by Nikolay Advolodkin | Mar 31, 2020 | Uncategorized
I recently had an excellent conversation with my bud Titus Fortner and realized that it’s actually pointless to check whether a page has loaded. Since all automated browsers tests aim to mimic user behavior, at some point we will be making a UI interaction. At...				
					
			
					
											
								
							
					
															
					
					 by Nikolay Advolodkin | Mar 23, 2020 | Cucumber
Are you thinking about having manual testers writing English-like Gherkin syntax using a tool such as Cucumber or SpecFlow for UI test automation? In this article I will outline the correct way to do it as well as advantages and disadvantages of different approaches....				
					
			
					
											
								
							
					
															
					
					 by Nikolay Advolodkin | Mar 17, 2020 | Random, Uncategorized
Since most of the world is now confined to the home office, it’s still important to stay productive. I have been working from home full time for almost two years now and I have been running my blog on nights and weekends since 2013. I would say that I’m...				
					
			
					
											
								
							
					
															
					
					 by Nikolay Advolodkin | Mar 12, 2020 | Courses
Are you ready to become a professional that is able to handle the demands of the modern world? This Selenium WebDriver course is going to boost your professional value! There are companies all over the world that are searching for talented developers that are able to...				
					
			
					
											
								
							
					
															
					
					 by Nikolay Advolodkin | Feb 17, 2020 | Selenium Problems
Are you struggling to get started with Selenium WebDriver in Java? Well this post will help you to resolve the most annoying Selenium WebDriver with Java errors. java.lang.IllegalStateException: The driver is not executable: …/chromedriver Error Message...				
					
			
					
											
								
							
					
															
					
					 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...