2010
DOI: 10.1016/j.entcs.2010.07.007
|View full text |Cite
|
Sign up to set email alerts
|

Behaviour-Driven Development of Foundational UML Components

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
11
0
1

Year Published

2011
2011
2024
2024

Publication Types

Select...
5
3

Relationship

0
8

Authors

Journals

citations
Cited by 45 publications
(12 citation statements)
references
References 4 publications
0
11
0
1
Order By: Relevance
“…The approach in [22] applies MDD to BDD. It defines a UML profile for creating executable user stories and scenarios for establishing BDD frameworks.…”
Section: A Testing Servicesmentioning
confidence: 99%
“…The approach in [22] applies MDD to BDD. It defines a UML profile for creating executable user stories and scenarios for establishing BDD frameworks.…”
Section: A Testing Servicesmentioning
confidence: 99%
“…Lazăr et al [11] also highlight the value of BDD for business domain and the interaction of business and software development, claiming that BDD enables developers and domain experts speak the same language, and encourages collaboration between all project participants. They point out two core principles of BDD: 1) business and technology people should refer to the same system in the same way; and 2) any system should have an identified, verifiable value to the business.…”
Section: Related Workmentioning
confidence: 99%
“…Lazar et al [20] highlight the value of BDD in the business domain, claiming that BDD enables developers and domain experts to speak the same language, and that BDD encourages collaboration between all project participants.…”
Section: Behavior-driven Development Researchmentioning
confidence: 99%
“…1 //BankAccount.story 2 3 Narrative: 4 As an account holder 5 I want to deposit and withdraw money from my bank account 6 In order to perform bank transactions 7 8 Scenario: deposit money to empty account 9 Given a bank account with initial balance of 0 10 When we deposit an amount of 100 into the account 11 Then the balance of the account should be 100 12 13 Scenario: withdraw money from a bank account 14 Given a bank account with initial balance of 1000 15 When we withdraw "100" dollars from the account 16 Then the balance of the account should be 900 17 18 Scenario: deposit and withdraw money from a bank account 19 Given an account with balance = 100 20 When an amount of 20 is deposited into the bank account 21 And we remove "40" from the bank account 22 Then the balance of the account should be 80…”
Section: Requirements and Specificationmentioning
confidence: 99%