
Read our articles on Selleo Blog

software development
A Simple Guide to Google DevTools
Google DevTools could be a real game changer for any web developer. And if you’re not sure where to start with it, don’t worry. We’ve put together a very simple guide to Google DevTools that will help you get the ball rolling! Stay tuned.
Jul 22, 2021

software development
How To Start Writing Gherkin Test Scenarios?
It is time to tackle the topic in more detail. In this post, we will finally learn how to write Gherkin test scenarios successfully. Are you ready?
Jul 13, 2021

software development
Beginner's Guide To Gherkin
This article will serve you as a beginner guide to Gherkin. You will find out how to use it in practice and how it will help you improve your organisation.
Mar 30, 2021

software development
How To Get Started With Cypress? A Simple Guide
Cypress is a free, open-source automation testing tool created for modern web apps. It was developed for unit testing, to be later extended for E2E automation testing.
Feb 22, 2021

software development
When To Use Jest Snapshots
Snapshots are great tool when used for the correct job. However, they are frequently misused. In this article, I will show you the best use-cases of Snapshots.
Mar 13, 2020

elixir
Learn Elixir - From Zero To A Testing Hero
Becoming a Testing Hero will not need a spider bite or a pocket full of kryptonite. How to become one? Discover and master the set of Testing Best Practices (TDD). It’s like approaching the next level of every game - from a random user who just plays a game to a Pro who creates the reality.
Jan 8, 2020

software development
Mocking GraphQL For E2E Test Purpose
This article will focus on E2E testing. E2E tests are conducted by a robot, that is mimicking user's interactions with the app. In my React Native application, I use Detox for testing selected user paths. Detox is a library that lets us prepare Gray Box tests.
Sep 16, 2019

ruby on rails
RubyOnRails Testing Antipatterns — Part 2/2
In part 1 we have covered antipatterns related to stubbing and problem with implementation details that are a overcomplicated just for the sake of being super easy to tests. In second part we are going to focus more on tests themselves.
Jan 14, 2018

ruby on rails
RubyOnRails Testing Antipatterns — Part 1/2
When preparing our test suite we might be tempted to make some shortcuts that will render our tests less readable, comprehensible or will significantly decrease the flexibility of further implementation. Below, I try to list some of the most commonly seen techniques we should avoid to keep our test suite healthy.
Jan 7, 2018
