Welcome to this introductory article on Cucumber BDD with Selenium. This is the first article in our Selenium Cucumber Tutorial series where we will firstly set the context of this tutorial series. This will help you get an idea about the topics that you will read, and what you can expect to learn once you… Continue reading Cucumber BDD with Selenium – Introduction
Identify Mobile Browser Elements with Appium – Part 2
Welcome to the most important article on mobile element identification where you will learn how to inspect mobile elements using Appium Dekstop Inspector. This article is a continuation of our previous article on mobile element identification – part 1 where you learnt about how to start Appium Desktop Inspector and setup the desired capabilites to… Continue reading Identify Mobile Browser Elements with Appium – Part 2
Identify Mobile Browser Elements with Appium – Part 1
In our last article on mobile browser automation with Appium, you saw how you can launch Chrome browser on your mobile device. That article only talked about launching chrome browser with the URL you provided. But to write full fledged automation scripts you need to identify mobile browser elements and then write code that interact… Continue reading Identify Mobile Browser Elements with Appium – Part 1
Launch Chrome Browser on Mobile device
This is a continuation of our previous article where we covered the detailed steps on how you can setup Appium for running script on mobile browsers. This article would help you write the actual code with which you can launch Chrome browser on mobile device. The test script that you would see in this article… Continue reading Launch Chrome Browser on Mobile device
Appium Chromedriver example – Run scripts on mobile browser
Welcome to our mini-tutorial series on Appium Chromedriver. This is a series of three to four Appium Chromedriver articles that will help you execute your test scripts on Chrome broswer on a mobile device. The end goal of this tutorial would be to help you setup all the required tools and run a basic automation… Continue reading Appium Chromedriver example – Run scripts on mobile browser
Download and Install Appium 1.7.2 (updated)
If you have been working on Appium or have been actively following Appium updates, then you might be aware that a newer version of Appium was released in October 2016 (Appium v 1.6.0). This latest release was an important milestone because it added support for new iOS and Android frameworks and it also introduced support… Continue reading Download and Install Appium 1.7.2 (updated)