by Nikolay Advolodkin | Nov 25, 2019 | DevOps
In this article we tackle all of the common challenges encountered when trying to do continuous integration with Azure DevOps aka VSTS aka TFS. Some critical topics that are tackled here are: How to work with Azure DevOps environment variablesHow to create a build...
by Nikolay Advolodkin | Oct 14, 2019 | Automation Productivity, Automation techniques
What programming language should you choose for your test automation? In many instances, but certainly not all, choose the same programming language as your development team. Choosing the same programming language can ⬆️cross-functional collaboration...
by Nikolay Advolodkin | Oct 8, 2019 | Automation Tools, TestProject, webdriverio
I think that you will agree with me when I say that in the history of test automation, Selenium and Appium are the two of the greatest tools that have been created. They are the de facto standard for mobile and web automation. Unfortunately, they are only the bare...
by Nikolay Advolodkin | Sep 29, 2019 | Uncategorized
A few months ago I purchased the Tony Robbins Business Mastery program because I was interested in becoming an overall better leader and improving my organizational skills. Hoping to achieve better outcomes for my career. Tony Robbins is an amazing human being and is...
by Nikolay Advolodkin | Jul 15, 2019 | Sychronization
Confused about all of the different Selenium Webdriver Timeouts? This post will help you to understand the difference between an Explicit and Implicit Wait. Which should you use and why? Based on recommendations from Selenium community… You should only use an...