thoughts from the test eye changes blog software Rikard Edgren
New RSS: http://thetesteye.com/blog/feed/ The Swedish software testing blog “thoughts from the test eye” changes blog software and will from now on run on WordPress. The old software didn’t have good enough RSS support, wasn’t appealing to the eye, and had some smaller usability issues that was becoming too annoying. The start page will still be […]
The dodgy test lead Henrik Emilsson
Not too long ago I had a test lead that I pretty soon recognised as someone that didn’t share my philosophy in software testing. One day I reported to him that I had run all regression tests that were assigned to me. All tests were executed on the same build (we had monthly iterations and […]
Testing Clichés Part I – Expected Results Rikard Edgren
Sometimes it is said that each test case must have an expected result, or even worse, that each step of a test case must have an expected result. This is the extreme of scripted testing that I dislike for two reasons: * It takes a lot of time to write and follow detailed test cases; […]
Testing in unknown territory Martin Jansson
A few years ago I switched company from a software company to a hardware focused company. I understood from start that this would be a difficult task in getting to learn the new technologies and platforms, but I did not see what this would do for testing. When you test software that you are totally […]
Project tool – Trac Martin Jansson
”Trac is an enhanced wiki and issue tracking system for software development projects. Trac uses a minimalistic approach to web-based software project management. Our mission is to help developers write great software while staying out of the way. Trac should impose as little as possible on a team’s established development process and policies.”, see http://trac.edgewall.org/ […]
Recruiting testers is not an easy task Martin Jansson
From what I have seen there are few recruiters that know what testers and test leads do. Considering that we had a EuroSTAR focusing on defining the profession can be seen as that testing as a profession is quite new and can therefore be considered immature. Many recruiters look for a certain set of skills, […]
The hidden project stakeholders Henrik Emilsson
This was originally a response to Rikard’s post “Multi-Dimensional Software Testing”, but here I have developed my thoughts a bit. As I see it, there are more or less obvious stakeholders and stakeholders that might be more or less hidden. A “customer” might be such an obvious stakeholder. It might then just be a matter […]
The hero of the workplace – the indispensible worker Martin Jansson
The indispensible worker is the one who always saves the day by touching the program by giving some magic input in order for it to work. He will quickly get the work done and make the customer happy. Upper management will see him as the perfect employee, but many co-workers will think differently. In the […]
Multi-Dimensional Software Testing Rikard Edgren
Thare are many ways to look at the problem of testing software, and it is rarely wise to use only one; that’s why there are so many mnemonics, e.g. SFDPOT, CRUSSPIC STMPL, HICCUPPS, FCC CUTS VIDS (http://www.satisfice.com/tools/htsm.pdf, http://www.developsense.com/articles/2005-01-TestingWithoutAMap.pdf, http://www.testingreflections.com/node/view/2823) Here are some questions for your confusion: 1) What? a) The functionality, what the software does […]
Soft crashes give a false sense of safety Henrik Emilsson
At my former company we had a vision of removing/fixing all unhandled exceptions that we found (and that we thought a customer might encounter). After some discussions we decided that the unhandled exceptions should be treated in the same way as we had treated severe errors on previous platforms. I.e. Crashes in C++; NullPointerExceptions in […]