Blog
Browse through our blog page filled with updated information and the latest tips to help you achieve your goals.
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...
Improving Ruby on Rails Test Suite Performance by Disabling Animations
Have you ever encountered random failing tests using the Ruby on Rails system tests? If so, you may...
Optimize your Chrome options for testing to get x1.25 impact
🚀 Increase Browser Test Speed with Chrome Options Optimization 🚀 Are you looking to supercharge your...
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?...