iTWire review of HWTSAM
Another review of HWTSAM is here. My favorite quote:
All in all, this is an impressive work with a great deal of wisdom and principles – underpinned by sound theory – that would be of interest to any company that produces software of reasonable complexity.
Keep those reviews coming (and keep sending pictures of you and HWTSAM in “special” places)
Comments
- Anonymous
May 10, 2009
PingBack from http://microsoft-sharepoint.simplynetdev.com/itwire-review-of-hwtsam/ - Anonymous
May 11, 2009
Hello Alan, how are you?A little question: what's the real difference between path/branch/decision testing? are they the same?This is about this post: http://www.testrepublic.com/forum/topics/how-to-calculate-statement-andThank u!Javier Andrés Cáceres AlvisBlog Personal: http://speechflow.spaces.live.com/Blog Intel: http://software.intel.com/en-us/blogs/author/javierandrescaceres/ - Anonymous
May 12, 2009
They're all different. The only difference between branch and decision is that decision coverage looks at compound boolean statements rather than just the decision.Chapter 6 of hwtsam has the definitions or this article (http://codign.com/pdf/BasisPathTesting.pdf) is pretty good too. - Anonymous
May 12, 2009
Hello Alan,Great resource, thanks!Javier Andrés Cáceres AlvisBlog Personal: http://speechflow.spaces.live.com/Blog Intel: http://software.intel.com/en-us/blogs/author/javierandrescaceres/