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: Open the Config.yml file(under the RDK installed directory) and verify the current installed version of the ruby at the bottom of the document. 3. Cucumber Installation & verification: C:\Ruby193:> gem install cucumber :> gem install rspec (rspec is not mandatory, b

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 day-to-day activities include: 1. Creating and maintaining release/project cycle/component information 2. Creating and maintaining the test artifacts specific to each release/cycle that we have- requirements, test cases, etc. 3. Establishing traceability and coverage between the test assets 4. Test execution support – test suite creation, test execution status capture, etc. 5. Metric collection/report-graph generation for ana