Posted: March 4th, 2012 | Author: greger | Filed under: Verification | Tags: research, roi, testing | 1 Comment »
A question that pops up now and then is “What is the ROI of testing?” A Korean research paper from December 2011 tries to answer the question.
Posted: July 14th, 2011 | Author: greger | Filed under: Software Engineering, Verification | Tags: configuration management, GIT, regression testing, test coverage, test management, testing, version control | No Comments »
Here is an interesting post on how to reverse GIT bisect to find fix-introducing commits instead of fault-introducing commits. It seems to me that using this would be helpful for anyone wanting to use the regression test selection (RTS) method we introduced a few years back.
Check my publications page for more details.
Posted: March 31st, 2011 | Author: greger | Filed under: Verification | Tags: one-liner test cases, software testing, test management, testing, testzonen.se, verificaiton | No Comments »
There are many kinds of testing. Detailled scripted manual test cases are quite popular but an article at testzonen.se might be an eye-opener if that is your favourite kind of test case. According to the article, these test cases are a waste of time and effort and demeaning to the testers. Instead they advocate a form of test cases which they call “one liners”.
This is quite contrary to the trend towards automated testing which I have written about so often before… Or is it? I guess the main lessons to be learned here are:
- There are a lot of different test tools, methods, practices, conventions etc
- Each of them has different advantages and disadvantages, risks and rewards
- It is important to choose the right one for the right situation
- Which requires expertise
- But in the end, any testing is probably better than no testing