Bug advocacy example in iOS Clock application
TL;DR The most important skill for every software tester is skill to advocate found bugs. This post gives you one example of bug advocacy. Context is iOS Clock application. As…
TL;DR The most important skill for every software tester is skill to advocate found bugs. This post gives you one example of bug advocacy. Context is iOS Clock application. As…
learn testing, rspec, ruby, testing tool
TL;DR Example of test that should be written by DEVELOPERS. This short post is about how ruby Dir class test proved that my heuristic about current folder feature was wrong….
learn testing, ruby, testing tool
TL;DR This post will provide test strategy for bad language detector. Here is the context. You are testing application that has discussion feature. Every discussion has public visibility and only…
learn testing, testival, Zagreb STC
TL;DR Testival is meetup that gathers software testers from Zagreb area. Meetup #38 was hosted and sponsored by Degordian. This post is my learning experience on meetup. Every speaker (not…
TL;DR This post is about how to open email in plain text mode in Gmail. When I test emails, my client uses two templates, html and txt one. Txt template…
TL;DR This short post is how to move vim editor ~ files on Windows from your working directory. I enjoy using vim because I write code much faster in it….
BBST Test Design, learn testing, ruby, Ruby on Rails
TL;DR When I test feature that involve time, depicted graph helps me to understand that feature. I found features that involve time tricky to test because time is abstract attribute…
Writing time: 1 hour. TL;DR You probably have seen testing pyramid as blog post or even worse, at paid testing conference. In this post I will explain why every testing…
Writing time: 45 minutes TL;DR My learning experience on Testival #37 meetup hosted by Degordian. We gathered again on regular monthly meetup at Degordian office. Degordian also provided food and…
cucumber, learn testing, page object gem, programming, ruby, selenium-webdriver, testing tool, watir-webdriver
Writing time: 2 hours Learning time 3 – 6 months with 4h/day effort. TL;DR As I menthor excellent student to learn browser automation, I realized that I should share with…