by Nikolay Advolodkin | Nov 20, 2020 | Test Automation Frameworks
MsTest and NUnit are the two most popular unit testing frameworks in the .NET ecosystem. I always get questions from my students asking about which should be used and why. Let’s talk about the advantages and disadvantages of each solution. Parallelization...				
					
			
					
				
															
					
					 by Nikolay Advolodkin | Nov 10, 2020 | Selenium Webdriver, Uncategorized
We’re delighted to announce our mega Black Friday sale! This is your opportunity to take the Complete Selenium WebDriver with Java Bootcamp at a highly reduced rate! All you need to do is enter your email and you will receive an exclusive code on the 27th of November,...				
					
			
					
				
															
					
					 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 ~/...