Skip to content

Blog

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


What are the steps of an Automation Test Plan?

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

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.

New asserts for testing stopped streams after Ruby on Rails 7.1.

Previously, developers encountered a significant challenge verifying if streams ceased operation...
Placeholder Image

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

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.
Why and how to use TDD. Main tips

Why and how to use TDD. Main tips

How do I start developing the component from scratch? How do I know what architecture it should have?...