Author Archives: Sameer Sawant

About Sameer Sawant

I am postgraduate in computer science from pune university. Working as QA Engineer in an IT company.

Selenium 3.0 & Gecko Driver

If you recently updated to selenium version 3.0 then you may face issue for lunching Firefox browser. Like other browsers you have to use driver for Firefox as well if you are using selenium version 3.0 and above. Mozilla has released … Continue reading

Posted in Uncategorized | Leave a comment

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

Make your automation script more Readable! Meaningful! Maintainable!

Just writing automation script with predefined steps is not enough! It will be easy to write but difficult to understand and maintain in near future. Let’s take example of Facebook Sign-In. Feature: Facebook Sign-In As a user I should able … Continue reading

Posted in Uncategorized | 10 Comments

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

Selenium-Cucumber : A Funny Situation

Posted in Uncategorized | Leave a comment

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

Selenium-Cucumber Using JAVA

Coming Soon…

Posted in Uncategorized | 3 Comments