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...
by Nikolay Advolodkin | May 20, 2019 | webdriverio
What is webdriverIO? Webdriver IO is a Node.js automation framework that uses WebDriver W3C protocol for web and mobile automation under the hood. What makes it really awesome is the easy setup and the simple interface that exists to interact with...