Tag Archives: selenium-cucumber how it works?

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 , , , , , , , , , , , , , , , , | 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

Posted in Uncategorized | Tagged , , , , , , , , | 3 Comments