TL;DR This post is about testing heuristic : “Do not keep your credit card and PIN together in your wallet”. Heuristic is commonsense rule (or set of rules) intended to…
TL;DR In this post I will explain what should be checked after Ruby on Rails minor version upgrade. Minor version upgrades are usually connected with security releases. As I am subscribed to Ruby…
TL;DR In this post I will provide an example how to set the scope of system regression test in order to achieve coverage of features that need to be tested….
TLDR In this post I will explain how I connected knowledge from two testing domains, security and UI automation, in order to achieve proper UI automation stack configuration. In order…
image credit: findicons.com TLDR In order to know when you should restart your server process (web server, database server, or any other type of server), you need to understand how…
I received email from security@heroku.com with that subject on April 3rd, 2014 at 22.55 local time. I was expecting that email. How many of you who have Rails application deployed…
One of important security attack vector in web applications is cookie session content. Rails security guide gives all relevant information which data could be stored in cookie session.I will explain…