10 tips on how to prevent business value risk
One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.
The content has been bookmarked!
There was an error bookmarking this content! Please retry.
How would you like to view the presentation?
Transforming Software Delivery: An IBM Rational Case Study
Five Key Practices to Agile ALM
Agility at scale, become as agile as you can be
In today’s hyper-competitive world, later may be too late to adopt Agile development and this Roadmap for Success will help you get started. Download "Agile Development: A Manager's Roadmap for Success" now!
How would Cucumber compare with Concordion? I think both offer very similar features.
Both are different from tools like Fit / Fitnesse, which (primary use tables and) do not offer description that is totally decoupled from the implementation.
Thanks.
Cucumber takes the perspective that the specification should just be plain text that can be edited by anyone (non-technical people included). Concordion uses HTML in the specifications along with method calls/test logic. So the specifications require either editor tools or some pre-defined knowledge of HTML and programming. Cucumber keeps this logic out of the specification by using regular expressions to provide mappings to the test logic.
So Cucumbers Gherkin grammar has been built up around expressing specifications and functionality through something everyone can understand, plain text. Concordion hands this task over to programming code and HTML.
That feels like the key difference between the two.
I have been working on a tool to make FitNesse have a bit more of a Cucumber feel. Cucumber was the inspirations for the tool. It is called GivWenZen and is hosted at google code. I work with a lot of teams that use FitNesse and it is easier to let them stay in that tool then trying to convince them to move to Cucumber.
I agree that Cucumber frees you up to express the specification and functionality better that the more technical type tools. With the GivWenZen tool it is a bit of hybrid. You are still bound to tables but I simplified it a bit.
|give|some sentence that describes your functionality|
With a small CSS change you can make the table borders go away and have it more readable. It is not perfect but it does help. There is another tool with a similar goal called NarrativeFixure.
One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.
InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.
Alex Papadimoulis discusses ugly code, where it comes from, how to avoid it, and how to get rid of it.
John Davies examines Visa’s architecture and shows how enterprises have architected complex integrations incorporating Hadoop, memcached, Ruby on Rails, and others to deliver innovative solutions.
Sean Comerford unveils ESPN.com’s architecture, what components are used and why, and the current changes the website goes through.
Are there repeated patterns of failure on Enterprise Agile Enablement efforts? Sanjiv and Arlen discuss Seven Deadly Sins to avoid when adopting Agile in an enterprise.
Erik Dörnenburg answers: What is Enterprise and Evolutionary Architecture?, discussing 4 issues: Turning strategy into execution, Ensuring conformance, Where do the architects sit? Buying or building?
Sean Cribbs explains what Map-Reduce and Riak are, why and how to use Map-Reduce with Riak, and how to convert SQL queries into their Map-Reduce equivalents.
3 comments
Watch Thread Reply