Author Archive

Not all testing is software testing Martin Jansson 4 Comments

In many discussions about testing methods, courses, techniques, approaches etc it is usually software testing that is in focus. I cannot see why the limit is set to just software. For instance, the excellent course Rapid Software Testing advocates, by its name, that is meant for personel who perform testing of software. It could perhaps be […]

Is our time estimation on testing valid? Martin Jansson 4 Comments

What do we actually base our time estimations on when delivering a plan to a project manager? I know that we initially can have a vague idea on what to include and what must be done. I am sure that we can even make a rough estimation on how many resources we need in some […]

Introducing exploratory testing in a scripted test environment Martin Jansson 5 Comments

In many organisations it is hard to change how you are working. You might be bound to certain CM tools, how things are expected to be planned, documentation systems, management expectations, project management expectations and so on. In many of these traditional environments you might also use the regular test plans, test matrices, test specifications, […]

The power of a sound Martin Jansson 1 Comment

In my local food store they have this system where you scan the price tags on the food you buy and most often smoothly able to pay and exit without having to stay in any long queues. A time back they must have changed software in these scanners because their behavior changed and bugginess increased. […]

Automate configuration checks while testing Martin Jansson Comments Off on Automate configuration checks while testing

I assume you are familiar with the discussion around checks vs testing brought to you by Michael Bolton, which I agree with. With configuration I mean settings on a unit such as settings for whatever you are testing. This can be configuration heavy devices such as switch, router or similar using SNMP, applications using the registry or applications using […]

Growing test teams: Progress Martin Jansson 2 Comments

A lot of these ideas come from Peopleware by Tom DeMarco and Timothy Lister. As I see it, they realised it is easier to show things that will stop the growth instead of listing things that will actually create the team. Jelled teams are created when many of the factors have been eliminated that stop […]

Exploratory test plans? Martin Jansson 4 Comments

How would a test plan be constructed that is for exploratory testing? I would assume it is different from a traditional test plan? Would we use concepts such as entry/exit criteria for test? I would never say No to a build to test. Skipping entry/exit criteria. I guess it also has to do with the […]

Broken window theory and quality Martin Jansson 6 Comments

Consider a building with a few broken windows. If the windows are not repaired, the tendency is for vandals to break a few more windows. Eventually, they may even break into the building, and if it’s unoccupied, perhaps become squatters or light fires inside. Or consider a sidewalk. Some litter accumulates. Soon, more litter accumulates. […]

Scripted vs Exploratory testing from a managerial perspective Martin Jansson 5 Comments

From a managerial perspective without knowing too much about testing, your sole experience comes from the scripted test environment… What does Scripted Testing include? Control over what is to be tested, in the sense that you have a clear coverage of test cases on certain areas. Reports where you can see exactly how many test […]

The impact of a good or bad bug report Martin Jansson 4 Comments

You are on a quite large company where there are several QA divisions, several layers of management, several listeners to each step of the development process. It is the final weeks of the release. You are about to enter a bug which seem serious but you are not sure. You can take at least two paths […]