Tool for creating counterstrings
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 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…
cucumber, ruby, selenium-webdriver, testing tool
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…
AMI Linux, Firefox, headless, testing tool
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…
cucumber, learn testing, RIMGEA, selenium-webdriver, watir-webdriver
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…
cucumber, security, selenium-webdriver
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…
TL;DR In this post I will describe what I learned when search application feature failed. Currently I have following testing mission: write executable specification in cucumber for all features of…