Melanie Diepenbeck is currently pursuing her PhD degree on "Behaviour Driven Development for System Design" at the University of Bremen in the Graduate School System Design (SyDe) and in the Group for Computer Architecture headed by Prof. Dr. Rolf Drechsler.
Talks I've Given
-
From tests over verification to completeness: an improved Behaviour Driven Development
Featuring Melanie Diepenbeck
When working on a project, developers and managers often ask the following questions: Did we think of everything important? Does our implementation behave as expected? Did we test everything? Can we make sure that our implementation behaves as expected in every case? This talk is about current...
bdd testing -
2
Towards Automatic Scenario Generation Based on Uncovered Code
Featuring Melanie Diepenbeck and Mathias Soeken
Following the behavior driven development (BDD) methodology thoroughly, one would expect 100% code coverage, since code is only written to make the tests pass. Based on this assumption Melanie and Mathias have investigated BDD-driven projects and found out that this is not the case.
cucumber bdd -
2
BDD for Embedded System Design
Featuring Mathias Soeken and Melanie Diepenbeck
We are currently evolving the BDD flow for the design of embedded systems. Automatic extraction of step definitions and code stubs is performed using natural language processing techniques. In addition, a method has been developed to extract properties suitable for formal verification from test...
bdd cucumber