Specifications

admin
Specifications Average ratng: 6,9/10 4452 votes

Specification definition is - the act or process of specifying. How to use specification in a sentence. On January 29, 2007, Adobe announced its intent to release the full Portable Document Format (PDF) 1.7 specification to AIIM, the Enterprise Content Management Association, for the purpose of publication by the International Organization for Standardization (ISO). Explore iPhone, the world’s most powerful personal device. Check out iPhone 12 Pro, iPhone 12 Pro Max, iPhone 12, iPhone 12 mini, and iPhone SE.

Specification by example (SBE) is a collaborative approach to defining requirements and business-oriented functional tests for software products based on capturing and illustrating requirements using realistic examples instead of abstract statements. It is applied in the context of agile software development methods, in particular behavior-driven development. This approach is particularly successful for managing requirements and functional tests on large-scale projects of significant domain and organisational complexity.[1]

Specification by example is also known as example-driven development, executable requirements, acceptance test–driven development (ATDD[2] or A-TDD[3]), Agile Acceptance Testing,[4] Test-Driven Requirements (TDR).

Advantages[edit]

Human brains are generally not that great at understanding abstractions or novel ideas/concepts when first exposed to them, but they’re really good at deriving abstractions or concepts if given enough concrete examples.[citation needed] The more examples we are given, the more likely we are to correctly understand the intended meaning. Also, by using concrete examples, they become more familiar and relatable to something similar to our past experiences, which generally makes them easier to understand.

Successful application of Specification by example is documented[1] to significantly reduce feedback loops in software development, leading to less rework, higher product quality, faster turnaround time for software changes and better alignment of activities of various roles involved in software development such as testers, analysts and developers.

Examples as a single source of truth[edit]

A key aspect of specification by example is creating a single source of truth about required changes from all perspectives. When business analysts work on their own documents, software developers maintain their own documentation and testers maintain a separate set of functional tests, software delivery effectiveness is significantly reduced by the need to constantly coordinate and synchronise those different versions of truth. With short iterative cycles, such coordination is often required on weekly or biweekly basis. With Specification by example, different roles participate in creating a single source of truth that captures everyone's understanding. Examples are used to provide clarity and precision, so that the same information can be used both as a specification and a business-oriented functional test. Any additional information discovered during development or delivery, such as clarification of functional gaps, missing or incomplete requirements or additional tests, is added to this single source of truth. As there is only one source of truth about the functionality, there is no need for coordination, translation and interpretation of knowledge inside the delivery cycle.

When applied to required changes, a refined set of examples is effectively a specification and a business-oriented test for acceptance of software functionality. After the change is implemented, specification with examples becomes a document explaining existing functionality. As the validation of such documents is automated, when they are validated frequently, such documents are a reliable source of information on business functionality of underlying software. To distinguish between such documents and typical printed documentation, which quickly gets outdated,[4] a complete set of specifications with examples is called Living Documentation.[1]

Key practices[edit]

Teams that apply Specification by example successfully commonly apply the following process patterns:[1]

Specifications definition
  • Deriving scope from goals
  • Specifying collaboratively - through all-team specification workshops, smaller meetings or teleconference reviews
  • Illustrating requirements using examples
  • Refining specifications
  • Automating tests based on examples
  • Validating the underlying software frequently using the tests
  • Evolving a documentation system from specifications with examples to support future development

Software teams that apply specification by example within a Scrum framework typically spend 5%-10% of their time in refining the product backlog, including specifying collaboratively, illustrating requirements using examples and refining examples.[3]

Applicability[edit]

Specification by example applies to projects with sufficient organisational and domain complexity to cause problems in understanding or communicating requirements from a business domain perspective. It does not apply to purely technical problems or where the key complexity is not in understanding or communicating knowledge. There are documented usages of this approach in domains including investment banking, financial trading, insurance, airline ticket reservation, online gaming and price comparison.[1] A similar approach is documented also in a nuclear-power plant simulation project.[3]

Tests based on shared examples fit best in the category of tests designed to support a team while delivering software from a business perspective (see Agile Testing Quadrants[5]) - ensuring that the right product is built. They do not replace tests that look at a software system from a purely technical perspective (those that evaluate whether a product is built the right way, such as unit tests, component or technical integration tests) or tests that evaluate a product after it was developed (such as security penetration tests).

History[edit]

The earliest documented usage of realistic examples as a single source of truth, requirements and automated tests, on software projects is the WyCash+ project, described by Ward Cunningham in the paper A Pattern Language of Competitive Development [6][7] in 1996. The name Specification by Example was coined by Martin Fowler in 2004.[8]

Specification by Example is an evolution of the Customer Test[9] practice of Extreme Programming proposed around 1997 and Ubiquitous Language[10] idea from Domain-driven design from 2004, using the idea of black-box tests as requirements described by Weinberg and Gause[11] in 1989.

Derived works[edit]

Specifications

Example Mapping[edit]

Example Mapping is a simple technique that can steer the conversation and derive Acceptance criteria within 30 minutes .The process involves breaking each stories into Rules and Examples and documented in the form of Specification by examples. Example Mapping was first introduced by Matt Wynne in the 2015 Agile alliances conference and is one of the wildly used techniques in the BDD world .

SHEQC grooming[edit]

Similar to 'Example mapping' SHEQC [12] grooming enables teams to groom a complex user story in less than 30 to 45 min using a concept called as continuous grooming using design thinking techniques. SHEQC uses Specification by example as the standard for documenting scenarios. The process involves the double diamond[13] rule for brainstorming and the out come is a set of question and Acceptance criteria again documented in the form of Specification by example for the story. SHEQC grooming was first introduced in the Innovations in software engineering conference ISEC2019, WESSEE [14] by Ranjith Tharayil and later published in XP2019 conference as one of the core methods for continuous grooming.[15]

Automation[edit]

Successful application of Specification by example on large scale projects requires frequent validation of software functionality against a large set of examples (tests). In practice, this requires tests based on examples to be automated. A common approach is to automate the tests but keep examples in a form readable and accessible to non-technical and technical team members, keeping the examples as a single source of truth. This process is supported by a class of test automation tools which work with tests divided into two aspects - the specification and the automation layer. The specification of a test which is often in a plain text or HTML form and contains the examples and auxiliary descriptions. The automation layer connects the example to a software system under test. Examples of such tools are:

Specifications

References[edit]

  1. ^ abcdeAdzic, Gojko (2011). Specification by example: How successful teams deliver the right software. Manning. ISBN9781617290084.
  2. ^Pugh, Ken (2011). Lean-Agile Acceptance Test Driven Development: Better Software Through Collaboration: A Tale of Lean-Agile Acceptance Test Driven Development. Addison Wesley. ISBN978-0-321-71408-4.
  3. ^ abcLarman, Craig; Vodde, Bas (2010). Practices for Scaling Lean and Agile Development: Large, Multisite, and Offshore Product Development with Large-Scale Scrum. Pearson. ISBN978-0-321-63640-9.
  4. ^ abAdzic, Gojko (2009). Bridging the Communication Gap: Specification by Example and Agile Acceptance Testing. Neuri. ISBN0-9556836-1-0.
  5. ^Crispin, Lisa; Gregory, Janet (2008). Agile Testing: A Practical Guide for Testers and Agile Teams. Addison Wesley. ISBN978-0-321-53446-0.
  6. ^Pattern Languages of Program Design 2. Addison-Wesley. 1996. ISBN978-0-201-89527-8.
  7. ^Ward Cunningham. 'EPISODES: A Pattern Language of Competitive Development Part I'. C2.com. Retrieved 2014-01-08.
  8. ^Martin Fowler 18 March 2004 (2004-03-18). 'SpecificationByExample'. Martinfowler.com. Retrieved 2014-01-08.
  9. ^Beck, K. (1999). Extreme Programming Explained: Embrace Change. Addison-Wesley. ISBN978-0-321-27865-4.
  10. ^Evans, Eric (2004). Domain-Driven Design:Tackling Complexity in the Heart of Software. Addison-Wesley. ISBN0-321-12521-5.
  11. ^Weinberg, Gerald; Gause, Donald (1989). Exploring Requirements: Quality Before Design. Dorset House. ISBN0-932633-13-7.
  12. ^Tharayil, Ranjith (2019-02-09). 'SHE QC A story grooming technique'. confengine.com. Retrieved 2019-06-06.
  13. ^'The Double Diamond: Strategy + Execution of the Right Solution'. ThoughtWorks. 2015-02-03. Retrieved 2019-06-06.
  14. ^Tharayil, Ranjith. 'ISEC2019 : WESEE 2019'. sites.google.com. Retrieved 2019-06-06.
  15. ^Tharayil, Ranjith. 'XP2019 SHEQC'. xp2019.sched.com. Retrieved 2019-06-06.

External links[edit]

Retrieved from 'https://en.wikipedia.org/w/index.php?title=Specification_by_example&oldid=998484336'

Also found in: Thesaurus, Legal, Financial, Acronyms, Encyclopedia, Wikipedia.
Related to specification: Functional specification

spec·i·fi·ca·tion

(spĕs′ə-fĭ-kā′shən)n.2.
a. specifications A detailed, exact statement of particulars, especially a statement prescribing materials, dimensions, and quality of work for something to be built, installed, or manufactured.
b. A single item or article that has been specified.
3. An exact written description of an invention by an applicant for a patent.
American Heritage® Dictionary of the English Language, Fifth Edition. Copyright © 2016 by Houghton Mifflin Harcourt Publishing Company. Published by Houghton Mifflin Harcourt Publishing Company. All rights reserved.

specification

(ˌspɛsɪfɪˈkeɪʃən) n
2. (Law) (in patent law) a written statement accompanying an application for a patent that describes the nature of an invention
3. a detailed description of the criteria for the constituents, construction, appearance, performance, etc, of a material, apparatus, etc, or of the standard of workmanship required in its manufacture
Collins English Dictionary – Complete and Unabridged, 12th Edition 2014 © HarperCollins Publishers 1991, 1994, 1998, 2000, 2003, 2006, 2007, 2009, 2011, 2014

spec•i•fi•ca•tion

(ˌspɛs ə fɪˈkeɪ ʃən)
n.
2. Usu., specifications. a detailed description of requirements, dimensions, materials, etc., as of a proposed building.
3. something specified, as in a bill of particulars.
5. the state of having a specific character.
Random House Kernerman Webster's College Dictionary, © 2010 K Dictionaries Ltd. Copyright 2005, 1997, 1991 by Random House, Inc. All rights reserved.
Noun1.specification - a detailed description of design criteria for a piece of work
description, verbal description - a statement that represents something in words
computer architecture - the art of assembling logical elements into a computing device; the specification of the relation between parts of a computer system
network architecture - specification of design principles (including data formats and procedures) for creating a network configuration of data processors
2.specification - naming explicitly
naming - the verbal act of naming; 'the part he failed was the naming of state capitals'
3.specification - (patent law) a document drawn up by the applicant for a patent of invention that provides an explicit and detailed description of the nature and use of an invention
document, papers, written document - writing that provides information (especially information of an official nature)
law, jurisprudence - the collection of rules imposed by authority; 'civilization presupposes respect for the law'; 'the great problem for jurisprudence to allow freedom while enforcing order'
4.specification - a restriction that is insisted upon as a condition for an agreement
restriction, confinement - the act of keeping something within specified bounds (by force if necessary); 'the restriction of the infection to a focal area'
Specifications
Based on WordNet 3.0, Farlex clipart collection. © 2003-2012 Princeton University, Farlex Inc.

specification

noun
1.requirement, detail, particular, stipulation, condition, qualificationI'd like to have a house built to my specifications.
2.statement, description, definition, setting out, instancing, citing, prescription, identification, itemizingsuch difficulties as the unclear specification of measures
Collins Thesaurus of the English Language – Complete and Unabridged 2nd Edition. 2002 © HarperCollins Publishers 1995, 2002

specification

nounA restricting or modifying element:
condition, provision, proviso, qualification, reservation, stipulation, term (often used in plural).
The American Heritage® Roget's Thesaurus. Copyright © 2013, 2014 by Houghton Mifflin Harcourt Publishing Company. Published by Houghton Mifflin Harcourt Publishing Company. All rights reserved.

specification

[ˌspesɪfɪˈkeɪʃən]N
2. (= requirement) → especificaciónf
the computers are customized to your specification(s)los ordenadoresor (LAm) computadores se diseñan de acuerdo con sus especificaciones >
3.specifications (= plan) → presupuestom, planmdetallado
Collins Spanish Dictionary - Complete and Unabridged 8th Edition 2005 © William Collins Sons & Co. Ltd. 1971, 1988 © HarperCollins Publishers 1992, 1993, 1996, 1997, 2000, 2003, 2005

specification

[ˌspɛsɪfɪˈkeɪʃən]
npl [vehicle, building, machine] → spécificationsfpl
Collins English/French Electronic Resource. © HarperCollins Publishers 2005

specification

n
(= specifying)Angabef; his ideas need more specificationseine Ideen müssen noch genauerausgeführtwerden
(= detailed statement, of requirements) → genaueAngabe, Aufstellungf; (for patent) → (genaue) Beschreibung; (= design, for car, machine) → (detaillierter) Entwurf; (for building) → Bauplanm; specificationsplpl; (of car, machine)technischeDatenorAngabenpl; (of new building)Raum- und Materialangabenpl, → Baubeschreibungf; the new specification includes …(= model)die neueAusführung hat auch …

Specifications Synonym

(= stipulation)Bedingungf; (for building) → Vorschriftf
Collins German Dictionary – Complete and Unabridged 7th Edition 2005. © William Collins Sons & Co. Ltd. 1980 © HarperCollins Publishers 1991, 1997, 1999, 2004, 2005, 2007

specification

[ˌspɛsɪfɪˈkeɪn]

Specifications Of Laptop

n
b.specifications (of car, machine) → datimplcaratteristici; (for building) → dettaglimpl
the parts do not meet our specification → i pezzi non sono conformi alle nostre specifiche
Collins Italian Dictionary 1st Edition © HarperCollins Publishers 1995

Want to thank TFD for its existence? Tell a friend about us, add a link to this page, or visit the webmaster's page for free fun content.

Specifications Synonym


Link to this page:

Windows Specifications