links · people · groups · tags | My: links · tags · groups · watchlists · notes login · sign up now! | help · blog
Simpy simpy
 
stargaming, member since Aug 13, 2006
.
Search Everyone: "testing",

Top "testing" experts: roaldmarth, reinbeast, smarky, sk545, gumush, bbloom,

Groups about "testing": test group, test, test, test, test, testgroup,

1 - 10 of 40 next »   Watch stargaming
 
Continuous Integration is a fancy term for “run your project’s tests after someone pushes to the repository and notify interested parties if they fail.” We’re currently in the process of revamping our test suite (which we’ll blog about in the future) and moving servers, so I thought it’d be a good time to re-evaluate our options.
by stargaming 2009-08-08 09:52 git · testing
http://github.com/blog/471-continuous-integration-spring-cleaning - cached - mail it - history
After many more years in this industry than I care to admit, it still surprises me how little attention developers pay to error management—and, let’s be clear, I don’t mean preventing errors, but managing them.
by stargaming 2009-06-15 05:03 testing
http://mtabini.blogspot.com/2009/04/to-except-is-human-to-handle-is-divine.html - cached - mail it - history
Recently I began to write a paper on TDD Anti-Patterns, and decided to first quickly jot down some of the most common ones that others or myself have encountered “in the wild.”
by stargaming 2009-06-13 09:25 testing
http://blog.james-carr.org/2006/11/03/tdd-anti-patterns/ - cached - mail it - history
WebDriver has a simple API designed to be easy to work with and can drive both real browsers, for testing javascript heavy applications, and a pure 'in memory' solution for faster testing of simpler applications.
by stargaming 2009-05-11 14:20 web · testing
http://code.google.com/p/webdriver/ - cached - mail it - history
JsSpec tries to bring behaviour driven development to JavaScript by somewhat mimicking what rspec does in ruby.
by stargaming 2009-03-11 01:47 javascript · testing
http://code.google.com/p/js-spec/ - cached - mail it - history
Perhaps some much more clever people than me can explain what a cardinal sin it is to not use the unittest methods over the lazy more pythonic ones.
by stargaming 2009-02-15 15:29 python · testing · idiom
http://www.peterbe.com/plog/to-assert-or-assertEqual - cached - mail it - history
I want to stop people abusing Python's doctest format. Many of the tests I've seen written as doctest files would have been better off as plain unittest files. I'm going to try explain why. I have many gripes about how people use doctests, but probably the biggest is that narrative tests are lousy unit tests.
by stargaming 2008-10-24 08:28 testing
http://andrew.puzzling.org/diary/2008/October/23/narrative-tests - cached - mail it - history
Other than unit testing, what tools and methods do you use for software testing? Do you even do any other type of testing? Do you use commercial tools?
by stargaming 2008-10-18 10:35 testing
http://news.ycombinator.com/item?id=336021 - cached - mail it - history
Test coverage percentage means shit. There, I said it, and it feels good to say something that my brain can relate to. Now to explain it, with a bit of background: Unit tests, like everybody knows, are meant to test small parts/modules/components of the code in isolation. One thing in common with all types of tests is that (*duh*) they are supposed to make sure that the module/application behaves the way it was designed/thought of. Does this mean that making sure that every line of code is currently being tested? Hell no!
by stargaming 2008-10-09 06:04 testing
http://nocivus.posterous.com/the-dogmas-of-unit-testing - cached - mail it - history
I figured by writing some helper functions the protocol tests for Cosmo could be done easily as Python doctests. Developing the “framework” was fast, I was testing within minutes. I based the helper functions on httplib.
by stargaming 2008-10-06 14:27 python · testing · web
http://www.heikkitoivonen.net/blog/2008/10/04/protocol-testing-with-doctests/ - cached - mail it - history
1 - 10 of 40 next »  
Related Tags
 
- exclude ~ optional + require
Add Dates