Archives
Grey-box techniques for excluding tests
Submitted by Ainars Galvans on Mon, 30/06/2008 - 13:33. heuristics Don’t test the reused code tested previously – you will have more time to test new code. This heuristic for a black-box tester is basically all the idea of this blog – one I was creating for a week … I started this as blog about techniques, but wanted to be clear about grey box. A research on the term ended quite a long story below. If you don’t care about it – scroll down to the last chapter describing the techniques.
.NET P2P web search
Submitted by darrell on Mon, 30/06/2008 - 16:16.New tool added - Robot Framework
Submitted by Opensourcetesting.org - latest news on Mon, 30/06/2008 - 23:00.Robot Framework is a Python-based keyword-driven test automation framework for acceptance level testing and acceptance test-driven development (ATDD). It has an easy-to-use tabular syntax for creating test cases and its testing capabilities can be extended by test libraries implemented either with Python or Java. Users can also create new keywords from existing ones using the same simple syntax th
FlexMock, RubyCocoa, and Notifications
Submitted by Brian Marick on Tue, 01/07/2008 - 02:55.I was using FlexMock to test code using Cocoa NSNotifications. I discovered an odd thing, which might be useful to someone doing a Google search some day.My setup code originally looked like this: def setup @observed = NSObject.alloc.init @watcher = flexmock(NSObject.alloc.init) endThe notification connection was set up [...]
