Category: Uncategorized
-
“find bugs once” – a tip extracted from The Pragmatic Programmer
The Pragmatic Bookshelf | List of Tips Once a human tester finds a bug, it should be the last time a human tester finds that bug. Automatic tests should check for it from then on.
-
following the HTTP dialog in curl and browsers like Firefox and Chrome
I honestly wonder, why curl and the browsers do not show you the HTTP status code during your web interactions “by default”. Usually I personally employ curl on the command line with –write-out ‘… %{http_code} %{url_effective} …’. Add-ons for Firefox: LiveHTTPheaders HTTP Resource Test Add-ons for Chrome: HTTP Headers REST console Advanced Rest client this…
-
how to let cURL display the HTTP response code
How To Display Just The HTTP Response Code In Command Line Curl Adding this to a curl command line is actually quite useful: –write-out “%{http_code} %{url_effective}\n” Now I actually wonder why curl doesn’t display the HTTP response code by default. In my scraping scripts (based on libcurl) I have always been making use of it…
-
GNU Emacs and case-(in)sensitive searching
Search Case – GNU Emacs Manual Sometimes you are switching inadvertently to “case-sensitive searching” (by using an upper case letter within your search), and you want to switch back to “case-insensitive searching“, i.e. case-folding. According to the manual, you have to set case-fold-search to t.
-
software design paradigm “convention over configuration” applied in software testing
Convention over configuration – Wikipedia, the free encyclopedia I created a testing framework for one of my projects, and for quite a while I maintained the test cases in a “configuration data structure” (luckily) with rather strict conventions. Let me call that a CDS! I listed every single test case with all its necessary details…
-
openSUSE-12.3 : upgrading again …
https://www.suse.com/releasenotes/x86_64/openSUSE/12.3/ The least risky approach to upgrading a system should be by cloning it as a virtual machine, and upgrade the clone. That’s what I did this time, and it worked, and I am rather happy. Of course upgrades always come with unexpected effort. I downloaded the “Network / 64 Bit PC” ISO image, moved…
-
O’Reilly Media book: Learning GNU Emacs, 3rd Edition
Learning GNU Emacs, 3rd Edition – O’Reilly Media Chapter 7: Simple Text Formatting and Specialized Editing Using Tabs Indenting Text Centering Text Using Outline Mode Rectangle Editing Making Simple Drawings (M-x edit-picture -> picture mode) For creating a vertical line switch to picture mode and change the default direction. Sometimes I need this for creating a table from…
-
my openSUSE VirtualBox VM and its /var/log/messages
For quite a while I had messages like these in /var/log/messages on that VM: collectd[…]: rrdtool plugin: … dbus[…]: [system] … ‘org.kde.powerdevil.backlighthelper’ … Today I got rid of both of them. It wasn’t really difficult or exhausting to find those issues “on the Net“. I should have done that long ago. But other issues always…
-
Google’s chat client drops Jabber compatibility – The H Open: News and Features
Google’s chat client drops Jabber compatibility – The H Open: News and Features