Integrity is a Continuous Integration Tool where we can run our tests (Rspec or Cucumber) to check whether the application is running fine or not. Whenever there is a commit it will run the test cases and checks whether the specs are passed or failed. Installation For basic instructions on setting up the Integrity go … Continue reading Integrity Continuous Integration
Author: kulkarniamit
Rspec Installation
Hello i am Amit K Kulkarni working as a QA Engineer in JoshSoftware Pvt Ltd.Few months back i started working on Rspec and it was really great to see such a nice anduser friendly language.Firstly let me start with what is RSPECRSpec is a behavior driven development framework for the Ruby programming language.Behavior Driven Development … Continue reading Rspec Installation