Author Archive
The flexible testing team Martin Jansson 2 Comments
Introduction The flexible testing team is one way of organising the testing team. It will not be the optimal in all situations and it might not fit all organisations or companies. It might not even be possible to fulfill this because of management issues. In any case, this is one way of looking at it [...]
Pair testing is the solution to everything Martin Jansson No Comments
Actually not, but still it is a must if you have not tried it. Combine it with exploratory testing techniques and you will be effective and have a good time. One person explores and tests while the other documents, interacts and questions. Documenter: * Write down one-liner or at least short blocks of text for [...]
Anything revolutionary happening with the status reports? Martin Jansson 7 Comments
I seldom see discussion about our status reports. I refer to the reports that we write for the release, iteration, build and so on. There are several templates and standards out on the internet but I have not read any ground breaking updates in that area for a long time. Many might see the status [...]
Review of Test Case Management system – ApTest Martin Jansson 1 Comment
Introduction ApTest Manager is test management system for manual testing. It is easy to use and easy to adapt to your own liking. You have the option to have different levels of features depending on what test project you are in. The more advanced contain ability to set test time per test case as well [...]
Quick test automation using Pexpect and Selenium Martin Jansson 2 Comments
I’ve found a few handy tools for automating tests as well as setting up a test environment in a scripted way very quickly. One is using python as language with pexpect as platform/module. The second one is for testing web pages quickly using Selenium. Python is a powerful scripting language and in combination with Pexpect [...]