|
by Fullofkittens 04/18/2013, 4:25pm PDT |
|
 |
|
 |
|
A MYSTERY SHOPPER wrote:
But here is the part I can't stand about Acceptance Test Driven Design.
When I first started we had two automation engineers, me and this other person. The other automator quickly fell behind. She would start making these stupid test cases in Fitnesse that ended up having nothing to do with how the app actually exported data. So she would throw all that away and start over when the feature was actually finished. I looked at this as a complete waste of time. She could have been doing a million other things that would be useful in the time she took to make those stupid pages in the name of test-driven design.
They are really banging that drum. A test before the feature is done. It's stupid to me. You know what, you can maybe do it if you are tweaking behavior in something that already exists. "A non-admin user can do a certain thing, write a test that will "pass" when they can no longer do that thing." Sure. But it never works for totally new things. I think the entire concept of taking people who are busy at work and making them do work that is thrown away and THEN the real test is wasteful. Plus, nobody documents anything and we don't have specs. I hope that things are more sane where you are.
I can't comment on how sane we are because I'm trying to introduce it for the first time right now. I moved all of our UI test automation into the cuke format (though we're using SpecFlow, not Cucumber) already, but the ATDD thing is happening on our next big feature.
My concept for how the ATDD thing is supposed to work:
- A biz type, a dev, and a tester get together and define acceptance criteria for a card
- The dev and the tester go off to their office...
- The tester starts fleshing out the acceptance tests with additional edge cases and wires up the existing steps, adding additional ones where possible
- The dev writes the new production code
- The dev and tester collaborate to fill in new steps that didn't exist before the feature started
- The feature is demo'd, everybody does some exploratory testing, and then the feature is merged with production
It sounds like my idea for step 3 there isn't what's happening in your org, and that sounds dumb. If I understand it correctly (big if), BDD and ATDD differ in that:
- BDD is a suped-up TDD where the unit and integration tests are business-readable. It's test-first.
- ATDD is a methodology that gets agreement on scope and functionality before cards are started in the form of acceptance criteria, and demonstrates that cards are done via automating those acceptance criteria. It's not test-first because the only reason TDD or BDD can work is that the tests and the AUT are being written at the same time by the same person (or pair).
What you're describing sounds painful. I was not imagining that we'd write code that would be thrown away. Cucumber and SpecFlow both have a concept of "pending" steps; when you run them, they show up in a special way to tell everybody that the test isn't finished yet, and I am running on the assumption that this state is meant to reflect a status of "we couldn't finish this test because the AUT wasn't ready to automate."
I am sort of imagining that ATDD and BDD use the same or similar tools, but aren't the same, and you can do either one without doing the other one. Like, if the devs like the BDD tools they might use them to rad up their unit tests but if they don't we can still use the ATDD methodology. Right? |
|
 |
|
 |
|
|
|
Caltrops, please share your experiences with BDD or ATDD by Fullofkittens 04/17/2013, 4:37pm PDT 
My experience: none by Entropy Stew 04/17/2013, 9:15pm PDT 
Pretend that "doesn't" wasn't there NT by Entropy Stew 04/17/2013, 9:16pm PDT 
Re: Caltrops, please share your experiences with BDD or ATDD by A MYSTERY SHOPPER 04/17/2013, 9:17pm PDT 
This doesn't match my concept of ATDD or how I'm trying to apply it by Fullofkittens 04/18/2013, 4:25pm PDT 
Re: Caltrops, please share your experiences with BDD or ATDD by E. L. Koba 04/17/2013, 9:45pm PDT 
Re: Caltrops, please share your experiences with BDD or ATDD by A MYSTERY SHOPPER 04/17/2013, 9:54pm PDT 
Re: Caltrops, please share your experiences with BDD or ATDD by E. L. Koba 04/18/2013, 1:50pm PDT 
The issue is that we don't have enough automators to go around by Fullofkittens 04/18/2013, 4:32pm PDT 
My knee-jerk reaction: JUSTIFIED by Entropy Stew 04/17/2013, 11:11pm PDT 
Re: My knee-jerk reaction: JUSTIFIED by E. L. Koba 04/18/2013, 1:54pm PDT 
Re: My knee-jerk reaction: JUSTIFIED by Fullofkittens 04/18/2013, 4:35pm PDT 
Re: Caltrops, please share your experiences with BDD or ATDD by motherfuckerfoodeater 04/18/2013, 10:03am PDT 
Re: Caltrops, please share your experiences with BDD or ATDD by Fullofkittens 04/18/2013, 5:33pm PDT 
|
|