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 | 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 | Mar 23, 2020 | Cucumber
Are you thinking about having manual testers writing English-like Gherkin syntax using a tool such as Cucumber or SpecFlow for UI test automation? In this article I will outline the correct way to do it as well as advantages and disadvantages of different approaches....
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 | 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...
by Nikolay Advolodkin | Apr 19, 2019 | Selenium Webdriver
Selenium 4.0 that is W3C compliant is coming, are you ready? We still need to do a lot of scrambling to get all of the correct code together. But I will do my best to guide you through all of the problems that you might face with the .NET bindings It gets better: I...