Category Archives: selenium-cucumber ruby

Practice is key to success…

Now you can do practice, try snippets on our sample test-page. http://selenium-cucumber.github.io/

Posted in selenium-cucumber ruby | Leave a comment

Introducing Android Web & App Automation

Need of Mobile Web and App Automation: Now-a-days mobiles are playing most important part in our life. Using mobile web and apps your needs are just one touch away from you. In future people will get everything they want using their … Continue reading

Posted in Android Web & App Automation, selenium-cucumber ruby | Tagged , , , , , , , , , , , , , , , | 2 Comments

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

Android Web & App Automation

Coming Soon…  

Posted in selenium-cucumber ruby | Tagged , , , , , , , , , , , , , | Leave a comment

Selenium-Cucumber : Test-Case Verification Steps

Just executing test-case is not worthy, It need to be verified that changes has been reflected or not in-order to make it pass or fail. E.g. If tester enters wrong password on login page it should show error message and … Continue reading

Posted in selenium-cucumber ruby | 5 Comments

Selenium-Cucumber : Why? What? How?

Selenium-Cucumber : Why ? This platform of selenium-cucumber is like a boon, especially for ruby lovers. To make your life easier with minimal coding and more of testing, here is a chance for you to try interesting stuff with selenium-cucumber. Also … Continue reading

Posted in selenium-cucumber ruby | 2 Comments

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