Author: Karlo Smid
Randomize your test data
learn testing, ruby, testing tool
TL;DR This post is about one important testing method that should be automated, test data randomization. You should randomize test data in automated script because this will make your automated…
Scrum testing heuristic: Is feature usable?
BBST Foundations, jira, learn testing, scrum
TL;DR This post will describe how I test in project that uses scrum. Tool is Jira and context is early development phase. We have in JIRA workflow QA phase. Frontend has code…
Web page cache heuristic that failed
TL;DR In this post I will describe my heuristic for web page cache testing that failed and why it failed. Web page cache is mechanism that stores parts of web…
Docker behind a proxy
TL;DR In this post I will explain how to set up docker when you are behind corporate proxy. All Internet tutorials about any technology take assumption that you are not…
How to replace curl data-binary value to form-data upload parameters
TL;DR In this post I will explain how master Joda visited me in my dream and asked me important question about one of my previous blog posts: How to measure…
What is happening in our application?
BBST, bug advocacy, learn testing
TL;DR In this post, I will try to elaborate why is often expected from me as a tester to create meaningful application error messages. So, you are using some web application,…
Selenium webdriver Net::ReadTimeout (Net::ReadTimeout) exception
headless, selenium-webdriver, testing tool
TL;DR In this post I will explain how I resolved this exception in context of selenium webdriver testing in headless mode using xvfb on linux. You finally managed to set…