vim, show me your colors!
TL;DR This post is about vim and how you can start using it in your daily work. At one point in my testing path, I decided that I should start using…
TL;DR This post is about vim and how you can start using it in your daily work. At one point in my testing path, I decided that I should start using…
heuristic, rspec, ruby, testing tool
TL;DR This post is about heuristic that I discovered while I wrote rspec ruby test script. Heuristic can be applied in any situation when you investigate errors reported on file…
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…
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…
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…
TL;DR In this post I present Blitzy, not so simple HTTP load tester in Elixir. This is my open source contribution to original Blitzy, simple HTTP load tester in Elixir….
TL;DR In this blog post I will describe my TV upgrade that should last for next 10 years. This summer was Football UEFA Euro competition year in France. Heuristic is that…
TL;DR In this post I describe on real example how to use important question for every software tester: “Did I do it in proper order?” For one client I created…
TL;DR In this post I will explain how we measure speed of upload feature in web application using curl tool. One of web application feature is to upload a set…