A glance into Appium's practical means to keep up to date with Apple's operating system updates. More specifically, how will Appium support iOS 10? Introduction Appium's...
In the first part of using Selenium with Python tutorial, we've learned how to setup Python, Python’s commands through the Shell and how to implement Python’s plugin Eclipse...
The following Selenium with Python tutorial will cover all the fundamentals in order to create a proper test automation project. Python is an object oriented programming...
In short, Robot Framework is probably one of the most worthwhile test automation frameworks available in the market. In terms of value for money, it’s on the top of the list....
In 2013, I remember reading an article in Selenium’s official site about the upcoming release of Selenium WebDriver 3, the next version to come, sometime around the end of the...
TL;DR: WebdriverIO is fantastic. If you’re using Selenium-Webdriver (the official JS library) instead, you’re almost certainly making a mistake. A core part of testing...
When writing a JavaScript application, unit testing is one of the things that come to mind when creating high quality applications. There are a lot of different definitions for...
Writing automated tests is more than just a luxury for any agile software development team. It is a need, and is an essential tool to find bugs quickly during early phases of...