At Agira, Technology Simplified, Innovation Delivered, and Empowering Business is what we are passionate about. We always strive to build solutions that boost your productivity.

Behavior Driven Development and Testing in Ruby

Understanding the Behavior Driven Development and Testing to Ruby on Rails using Capybara libraries can be quite easy as you will see in this blog. Here is a brief explanation of how to test the actual behaviour of the system from an end-user perspective using BDD (Behavior Driven Development) based testing. There are many BDD […]

  • Guru Moorthy
    Guru Moorthy
  • December 26, 2019

Implementing Page Object Model(POM) With Ruby Cucumber & Watir

  What Is Page Object Model (POM) Page Object Model (POM) is a design pattern, nowadays the POM becomes more popular in automation testing area. As it helps to create Object repository for web User Interface(UI) elements and it eliminates the code duplication to increase the maintainability of the code. Parallely, it also acts as […]

  • Arjunan Subramani
    Arjunan Subramani
  • May 2, 2019