by Nikolay Advolodkin | Oct 28, 2020 | Random
Those who are new to the world of application programming interfaces, or APIs, may still have an abstract understanding of how they work. To be fair, figuring out how an API is made and what it’s capable of isn’t as easy as for a physical product. It isn’t so easy to...
by Andrew Knight | Oct 21, 2020 | Cucumber
The Process of Behavior Driven Development How is BDD different from TDD (Test-Driven Development)? BDD is an evolution of TDD, and different in many ways. In Test-Driven Development, developers will go through four phases: they will write unit tests (which inevitably...
by Nikolay Advolodkin | Oct 13, 2020 | Interviews, Uncategorized
Interviews are a critical part of the recruitment process. If you don’t make a positive impression, you’re not going to get the job. It is as simple as that. In our “How to Interview?” livestream, we will ensure you master the art of interviewing so that you can...
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...
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...