Feb. 15th, 2008

jducoeur: (Default)
Nothing quite like starting the day by pouring my cereal into the bowl, stepping over to the fridge for the milk, and coming back to find Jedi head-down in my Grape Nuts.

Down, child -- that's *my* kibble...
jducoeur: (Default)
Nothing quite like starting the day by pouring my cereal into the bowl, stepping over to the fridge for the milk, and coming back to find Jedi head-down in my Grape Nuts.

Down, child -- that's *my* kibble...
jducoeur: (Default)
I don't much believe in unit tests, oddly. Most Agile developers are all about the unit tests, and the notion that every entry point of every damned class should be tested in every conceivable way. I can admire the thoroughness of that approach, but honestly, I think it's more work than it's worth for the modest number of bugs I've ever found that way.

That said, I do believe in testing the hell out of the system, especially in a QA-less environment like mine. So it shouldn't be too surprising that, with fewer than 30 classes in the system total so far, I've just written my second test harness. The first one was the pure black-box system, based on Selenium: it fires up the browser, runs the app, and puts it through its paces for real. That's my gold standard for testing: no fakery, the real thing from end to end, making sure the user sees what he should.

But black-box testing is a pain in the ass for some kinds of problems. In particular, when I'm dependent on external state -- and especially when the test requires *changing* external state -- it becomes pretty dicey. Today's test case was adding and removing Facebook friends, and making sure that my own cache responds appropriately. That's problematic to test in a completely black-box way, since my test can't control Facebook's database to set the preconditions up easily.

So today's project was to write the white-box test system. This is still pretty high level, mainly interacting with the top-level components of the system, but inserting simulators into all the places where it interacts with the outside world (specifically, Facebook and the browser). As usual, this forced me to improve the code -- for instance, it required coming up with a proper abstraction of the Facebook APIs, so that I could drop a simulator in place of them. And now I've got a nice little JUnit environment that allows me to precisely control my inputs and outputs to tests, which will undoubtedly be very useful on a day-to-day basis; I now have more options about *how* to test new code as I add it.

Overall, I'm pleased: I'm managing to make acceptable progress without cutting corners. Given that I'm still at the "8 stories down, 75 to go" level, this makes me more optimistic that the system won't suck when I come out the other side...
jducoeur: (Default)
I don't much believe in unit tests, oddly. Most Agile developers are all about the unit tests, and the notion that every entry point of every damned class should be tested in every conceivable way. I can admire the thoroughness of that approach, but honestly, I think it's more work than it's worth for the modest number of bugs I've ever found that way.

That said, I do believe in testing the hell out of the system, especially in a QA-less environment like mine. So it shouldn't be too surprising that, with fewer than 30 classes in the system total so far, I've just written my second test harness. The first one was the pure black-box system, based on Selenium: it fires up the browser, runs the app, and puts it through its paces for real. That's my gold standard for testing: no fakery, the real thing from end to end, making sure the user sees what he should.

But black-box testing is a pain in the ass for some kinds of problems. In particular, when I'm dependent on external state -- and especially when the test requires *changing* external state -- it becomes pretty dicey. Today's test case was adding and removing Facebook friends, and making sure that my own cache responds appropriately. That's problematic to test in a completely black-box way, since my test can't control Facebook's database to set the preconditions up easily.

So today's project was to write the white-box test system. This is still pretty high level, mainly interacting with the top-level components of the system, but inserting simulators into all the places where it interacts with the outside world (specifically, Facebook and the browser). As usual, this forced me to improve the code -- for instance, it required coming up with a proper abstraction of the Facebook APIs, so that I could drop a simulator in place of them. And now I've got a nice little JUnit environment that allows me to precisely control my inputs and outputs to tests, which will undoubtedly be very useful on a day-to-day basis; I now have more options about *how* to test new code as I add it.

Overall, I'm pleased: I'm managing to make acceptable progress without cutting corners. Given that I'm still at the "8 stories down, 75 to go" level, this makes me more optimistic that the system won't suck when I come out the other side...

Profile

jducoeur: (Default)
jducoeur

July 2025

S M T W T F S
  12345
6789101112
13141516171819
20212223242526
27 28293031  

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags