tests
4 articles tagged “tests”
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…
Blog
January 22, 2016
Java Selenium WebDriver automation
This article is coming up as an effort from the ABH testing research team in the light of using new technologies and tools in testing…