RERoubert Edgarinblog.biped.works·Jul 22, 2024 · 22 min readEffective TestsA bunch of good things may come to our minds when we think about automated tests, such as bug detection, but in fact, the reason to have tests is the same reason to have good design; reducing costs by having changeable code. Changeability requires th...00
RERoubert Edgarinblog.biped.works·May 11, 2024 · 6 min readAndroid end-to-end test automationRecapping: In the A journey through end-to-end tests article (Please, read it first) we was introduced to the end-to-end, user journey test or smoke tests terms. We also saw how to write test scenarios using Gherkin Syntax to structure our Domain Spe...00
RERoubert Edgarinblog.biped.works·Feb 11, 2024 · 4 min readA journey through end-to-end testingThere's no consensus about test naming patterns, usually, we have different terms to represent the same test strategy, which makes it valuable to have team discussions to create a test strategy ubiquitous language. What end-to-end (E2E) means? I kno...00
RERoubert Edgarinblog.biped.works·Jun 13, 2023 · 12 min readThe Mobile ServiceMobile devices seem to be part of the human body now, with billions of people using them to access the internet, make payments, communicate with their friends (I should get some), and so on. Many opportunities have arisen with the fact that people ar...00
RERoubert Edgarinblog.biped.works·Jan 1, 2022 · 4 min readAndroid ObservablesThis text only deals with Explicit Intents. Implicit Intent, Intent Filters, and Deep Links are covered in the text Android Channels. Have you declared this activity in your AndroidManifest.xml? If you've already written a few lines of code for Andr...00