Geo-location integration is common today for every web application. We have gems on hand, to integrate Geo-location to our application. With few steps of configuration we can Geo-code our attributes ie., user addresses. But testing Geo-coding integration takes much more time than development! We currently use Google Map APIs for our work. If there are … Continue reading How To Use Language Independent Translator Using HTML Parser
blog
Learn How To Test Social Networks Using Capybara, Cucumber Rails, & Selenium
Integration of social networks is very common in every application. We have many gems are available for doing integration. But testing this social integration is complicated task. Using capybara with cucumber we can easily test this similar to the normal UI testing through capybara. Step 1: Set up default driver to selenium. Step 2: Generate … Continue reading Learn How To Test Social Networks Using Capybara, Cucumber Rails, & Selenium
Discover How To Test Ajax Forms Using Capybara, Cucumber Rails, & Selenium
Manual UI testing plays a crucial part in test life cycle. However doing the same UI testing on every other day will became tedious. By using cucumber with capybara we can transform these mundane tasks into some interesting learning. We can easily automate manual UI testing by using capybara with cucumber. While automating, ajax forms … Continue reading Discover How To Test Ajax Forms Using Capybara, Cucumber Rails, & Selenium
