Five reasons why a front-end tester should learn Javascript

Hello everybody. Today I would like to write about a very interesting topic, I hope. So let’s get started. As the title already suggests, I’m writing about why a front-end tester should learn at least a little bit about JavaScripting and the DOM. Ohhh and contrary to the belief CSP ( Content Security Policy ) will not be the death of such scripts. There are white-lists and workarounds and exclusions which can be implemented in order to allow local JavaScripting to continue. So don’t fret. Read on. ...

May 23, 2014 · 5 min · hannibal

Note taking what when how often

Hello Everybody. Today I would like to tell you about a little conversation I had with my friend Adrian. The topic was about how, when and what to log during a testing session regarding a story. So let’s see what came out of that talk. Logging your work The question is really not whether you should log your work or not, but rather to what extend. Because we all know that you should log your work. It helps you recall and helps you organize and think out testing strategies. But the extend and methods are a big question. So here is my routine. ...

May 20, 2014 · 5 min · hannibal

Using Chrome Search Engine – Multiple Search Params

Hello Everybody. Today I would like to write a few words about Chrome’s Search Engines. You’re probably already using it for a couple of things, like Google, or Amazon searches or YouTube or anything like that. But are you using it to access environments and testing tools faster, with queries? For example, here is a quick Jira Search made easy: Keyword: jira URL: https://atlas.projectname.com/jira/browse/PROJECT-%s So just type: jira|space|9999 Will immediately bring you to your ticket. ...

May 18, 2014 · 2 min · hannibal

How I started Running

Hello Everybody. Today I would like to write about something non-technical. I would like to write about running and how I started it and what my experiences were with it. So tl;dr. here we go. What led me to running There were actually two things that led me to start running. Three. Reason One: The accident I’m a bike person by default. I *hate running with a passion. One day I was riding my bike in the woods when suddenly I hit a big ol’ tree trunk right head on at which moment my bikes front fork bent inwards and became completely useless. At this point I had to walk home. Repairing it proved to be a bit time consuming so I had to think of some other way to have my regular exercise. ...

May 16, 2014 · 7 min · hannibal

How the past influences the present

Hello. This is only a quick rant about a discussion I overheard the other day. ...

April 13, 2014 · 1 min · hannibal

Example when to use the Strategy Pattern

Hello folks. A quick post about an interesting idea. I want to elaborate on a possibility to use the Strategy Design pattern. ...

February 19, 2014 · 3 min · hannibal

How to write a blog – Why long posts rarely work

Hello. So let’s clarify this. They rarely or ever work if you are a beginner blogger. If you have a reputation it will probably work or people will use it as a reference. But I’m skipping ahead. Beginnings When you are a beginner blog writer you want to get out as much content as possible. Write mostly relevant things and interesting information because you need to establish a name for yourself. To get that starting you want to be as interesting as possible and make people leave with the intent to come back for more. ...

February 13, 2014 · 4 min · hannibal

How to check content header on unknown number of items – Python

Hello guys. I’d like to share a little something with you. It’s what I cooked up in Python to check an unknown number of content items in a web application. Basically the script runs from a script folder under Grails. It goes through all the configured folders where there is static content like images, javascript, css and so on and so forth. And then with curl it calls these items up in using their respective paths’. This works best on localhost if you have your local environment configured to access these elements because in some places direct access is restricted. ...

February 11, 2014 · 2 min · hannibal

The method of Loci and how it works for me

Hello. Today I would like to write about something very interesting to you folks. It’s a common remember / recall technique called the Method of loci. Otherwise known as the Memory Palace. A very popular usage can be seen in the episodes of Sherlock Holmes from BBC. He uses it often. What is the Method of loci? As the Wikipedia page write so properly.“In basic terms, it is a method of memory enhancement which uses visualization to organize and recall information.” ...

February 11, 2014 · 6 min · hannibal

Why you should learn using Vim

Hello, So Vim is a very powerful editing tool and has lots and lots of potential in regarding plug-ins. It has years and years of gathered knowledge and extensions and can virtually do anything you want. But that’s not even it’s final form. The real power of Vim lies in navigation and manipulation. The ability to navigate and edit without the use of arrow keys or mouse chops of a large portion of your time which you didn’t even realize you are wasting until you try it without it. ...

February 10, 2014 · 3 min · hannibal