by Nikolay Advolodkin | Sep 3, 2020 | appium
Must have documentation Appium Desired Capabilities that you can configure in your test automation codeAppium Desktop tutorial by J Lipps from 2017Appium code examples in all of the different languagesAppium tutorial series by Jonathan Lipps (Appium creator) Mobile...
by Nikolay Advolodkin | Aug 17, 2020 | Interviews, Uncategorized
Information technology resumes are unique from many other resume types. It’s important when applying for IT jobs, to use a resume that is technology focused. After all, you want to convince the recruiter that you are an expert in tech. Don’t you? While crafting an IT...
by Nikolay Advolodkin | Jun 9, 2020 | Resources
This is a list of resources for the Selenium WebDriver with Java Complete Bootcamp Course Resources. Introduction Source code for the entire course Tools Setup Common selenium errors postFB Automation CommunityGit GistsJava SE DownloadIntelliJ DownloadMaven...
by Nikolay Advolodkin | May 31, 2020 | Uncategorized
The Easy way Learn how to install Maven on Mac OS Following the instructions in this article The other way Download MavenExtract itMove the apache-maven-x.x.x folder to a permanent location. For example /Users/nikolay/apache-maven-3.6.3Open your bash_profile cd ~/...
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...