TL;DR This is my personal cheat sheet for TestBash Brighton 2017 testing gathering. Based on my previous conference experiences, I realized that I need a one stop shop reminder for…
TL;DR In this blog post I will provide practice how to get latest nginx version aligned with docker documentation. You have web application, and you need proxy server. You decided…
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…
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…
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…
TL;DR This post is report about what I learned at Testival #27 meetup and how I provoked that learning. Last week we had Testival #27 meetup. Attendant metric was 15/25,…
TL;DR In this post I will explain how to resolve following issue. You are connected via ssh to your centOS box. You successfully installed docker on that box and you started…
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…
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…
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,…