Blog
Browse through our blog page filled with updated information and the latest tips to help you achieve your goals.

Mock Everything Is a Good Way to Sink
Have you found a lot of code with mocks and stubs? But how do you feel about it? When I see...

Running tests in containers with docker-compose
The main advantages of this way are to have independent environment for the tests running...

Migrate from Sidekiq to Sidekiq.cr in Rails application
Where is it better to start the Sidekiq jobs transition from Ruby to Crystal in order to...

Tips for writing readable system tests in Rails
Want to make system tests easy to main tain? We have selected some best practice tips to...

React Native Testing Options Overview
After investigating 100 articles about testing React Native applications I detected 2 main methods of...

What are the steps of an Automation Test Plan?
Step 1: Defining the Scope of Automation Here are the things to consider while identifying...

Collecting JavaScript code coverage with Capybara in Ruby on Rails application
Having JavaScript code covered by Capybara system tests, can we utilize them for the code...

New asserts for testing stopped streams after Ruby on Rails 7.1.
Previously, developers encountered a significant challenge verifying if streams ceased operation...
How we configure Simplecov for our Ruby on Rails projects.
Here's a step-by-step guide to setting up simplecov with explanations of what each part of the code...

Optimize your Chrome options for testing to get x1.25 impact
Boost your Ruby on Rails testing efficiency. Our consultant shares tricks to optimize Chrome options for a 125% performance impact.