Skip to content

automated testing

7 articles tagged “automated testing”

QA’s 2 fun to read tips

Blog

September 30, 2019

QA’s 2 fun to read tips

Boiled down, the test execution flow is basically: Setup the test data Run the test Delete the test data It seems simple enough. Deceptively, there…

Advantages of split personality in Software Testing

Blog

March 12, 2019

Advantages of split personality in Software Testing

Even though the lines between Tester and Software Developer are becoming increasingly blurred when working with the Agile methodology (more…)

Setting up Owl – test results reporting tool

Blog

December 11, 2017

Setting up Owl – test results reporting tool

Getting started with Owl This step by step guide will help you to successfully install and enable our Owl tool, used for test results reporting…

Using color algorithms in Automated Visual Testing

Blog

October 20, 2017

Using color algorithms in Automated Visual Testing

More complex UI issues After static image processing proved to be useful in our everyday automated regression testing (read about it here), we decided to…

Using image comparison in Automated Visual Testing

Blog

October 16, 2017

Using image comparison in Automated Visual Testing

Overview When it comes to image elements testing, using the functional testing paradigm, is not enough to verify if the image appears and shows content…

Managing test execution time with 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…

UnMeetup on Continuous Integration and Automated Testing

Blog

September 23, 2016

UnMeetup on Continuous Integration and Automated Testing

Continuous integration, involving daily code base repository updates and automated testing, is in the center of software quality assurance. (more…)