-
Join 285 other subscribers
- My Tweets
-
Our blog posts
- Windows Desktop App Automation using Selenium-Cucumber February 6, 2017
- Selenium 3.0 & Gecko Driver January 10, 2017
- Practice is key to success… June 16, 2015
- Introducing Android Web & App Automation February 2, 2015
- Locating elements of Android application February 2, 2015
Tag Archives: ruby
Locating elements of Android application
There are multiple ways to do same thing but, we always prefer the optimized way. Same is the case for locating Android app elements. You can locate Android app elements using : uiautomatorviewer Appium inspector uiautomatorviewer The uiautomatorviewer is GUI tool to scan and … Continue reading
Posted in Android Web & App Automation, selenium-cucumber ruby
Tagged android automation, app automation, Appium inspector, BDD, code less test more, element locating, hybrid app automation, Mobile Web Automation, Native app automation, predefined steps, resource-id, ruby, selenium cucumber ruby, selenium-cucumber, selenium-cucumber how it works?, uiautomatorviewer, USB debugging
2 Comments
Android Web & App Automation
Coming Soon…
selenium-cucumber : Image Comparing Steps
Now easily compare images/logos from website under test using Image Assertion Steps Pass appropriate locator of “actual image” and URL of “expected images” (which you can store on some server) to following steps to compare images/logos from testing website : Then actual image having id … Continue reading
Posted in selenium-cucumber ruby
Tagged BDD, cucumber, image comparing steps, image comparison, ruby, selenium, selenium cucumber ruby, selenium-cucumber
2 Comments
selenium-cucumber Ruby – How it works?
“.feature” file contain different testing scenarios and steps written in simple English language (Gherkin language). You can write “Predefined Steps” and “Custom Steps” in “.feature” file. Code for Predefined Steps already written in “selenium-cucumber lib” so you do not have to … Continue reading