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
Category: Ruby on Rails
Learn How Factory Girl Works With Non-active Record Classes
In earlier post we have seen how to test active record associations with factory girl. Now we will learn how factory girl works with non-active record classes. When we want to test external API responses, this will be useful. By using this we can build no of responses at a time and test, how system … Continue reading Learn How Factory Girl Works With Non-active Record Classes
Code + Beer + Enthusiasm = Pune Hackfest!
Damn! Hackfests really work. At the latest event of the Pune Rails Meetup - we organized a hackfest for the 'second' time (ahem - the first one ended before it started). This time however, we had a plan: "Citizen Empowerment for Better Governance" - the aim was to complete the MVP for this in 2 … Continue reading Code + Beer + Enthusiasm = Pune Hackfest!
