RSpec
3 articles tagged “RSpec”
Blog
February 16, 2017
Managing test execution time with RSpec
RSpec is equipped with a fail-fast option when running tests, so that when one or more steps fail, the whole group of tests that is…
Blog
June 15, 2016
Using EC2 on-demand with Jenkins
Amazon Elastic Compute Cloud on-demand In order to maintain the quality of your software, the best way would be to start with automating the regression…
Blog
March 21, 2016
Parallel Test Execution
Writing automated tests is a "must-have" practice in everyday testing work if you want to have a prompt response on any changes that are made…