80 likes | 322 Views
Acceptance Test Driven Development. Parva Thakkar @ pthakkar9 about.me / parvathakkar. Did you work on Assignments ?. Find two books on a subject of ATDD
E N D
Acceptance Test Driven Development Parva Thakkar @pthakkar9 about.me/parvathakkar
Did you work on Assignments? • Find two books on a subject of ATDD • Research on a definition of ATDD. Find out all different kind of definitions, see what other people say about ATDD. Is it the same that you learned today? Or is it different?
ATDD … • … is not a testing process or method, • But it’s a software development method. • Waterfall • Agile • ATDD
ATDD • Acceptance Tests are Safety Net for Programmers, Developers, entire team and for product Developer Acceptance Test Software Development Process
Automate ATDD • Create Acceptance Test (AT) • Execute AT • Observe Failure • Develop Software • Execute AT • Failed? • Passed? – You’re DONE • That’s why we use automation … and that happens to be Cucumber Make Execution Automatic
Cucumber • Basic Structure • Gherkin • Step Definitions • Analogy to Programming Language functions
Books • Will send to your emails
Next Sessions • More Cucumber • Role Play