Posts

Showing posts from June, 2014

How to Setup Cucumber with Ruby

                                                       1. Ruby 1.9.3 Download and install the following version in separate root directory.   Last Stable Version: Ruby 1.9.3-p545:   http://dl.bintray.com/oneclick/rubyinstaller/ruby-1.9.3-p545-i386-amingw32.7z?direct Verification:   C:\Ruby193:> ruby –v In case of successful installation, it will show the installed version of the ruby on the system as below: 2. Ruby Dev Kit Download & Installation For Windows 7 -64 Bit   https://github.com/downloads/oneclick/rubyinstaller/DevKit-tdm-32-4.5.2-20111229-1559-sfx.exe Steps To configure RDK After Download: 1.:>ruby dk.rb init 2.:>ruby dk.rb install Verification: ...

Best Test Management Tool

Image
  Is there such thing as single best test management tool?                                                                                        “Quality is free, but only to those who are willing to pay heavily for it.” – T. DeMarco What is the best test management tool?   The right answer is it depends. As with everything in life there is no black or white answer to it as it depends on number of factors. First of all what is Test management??? Test Management encompasses anything and everything that we do as testers.   Our ...