TL;DR In this post I am presenting web tool that creates counterstrings. Counterstrings are created by James Bach. They are self describing test data and because of that property, they are example of…
TL;DR In order to automate one browser scenario, I needed to send ampersand character. It seems that this is not an easy action in selenium webdriver. So, instead testing the web…
TL;DR In this post I will provide an example why Ruby on Rails is great framework that has testability in its core design. Time is a measure in which events can…
TL;DR In this post I will give step by step instructions for setting up Jenkins on AMI Linux host. Jenkins will run selenium webdriver tests on Firefox in headless mode. Install…
TL;DR In this post I will explain how simple change in testing environment influenced my testing of simple feature. Feature is rather simple, tweet something interesting from the application. As…
TL;DR In this post I will explain my heuristic how I solved issue that was indicated with misleading error message. Error message was very simple: in order to be able to…
TL;DR We would like to describe and explain how session GTAC 2008: Taming the Beast – How to Test an AJAX Application had direct impact on refactoring our testing…
TL;DR In this post I will explain problems I encountered and how I resolved them while I was designing automated test for remember me feature. Context of this…
TL;DR Here I will try to get your feet wet with grinder load testing framework. The fact: using grinder you will produce better code. Period. My first contact with…