1 / 10

Acceptance Test Driven Development

Acceptance Test Driven Development. Parva Thakkar @ pthakkar9 about.me / parvathakkar. ATDD, Cucumber & Ruby. ATDD (Acceptance Test( ing ) Driven Development); AATDD – Automated ATDD Process of software development. It is a method where development is driven by Acceptance Criteria.

juliet
Télécharger la présentation

Acceptance Test Driven Development

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Acceptance Test Driven Development Parva Thakkar @pthakkar9 about.me/parvathakkar

  2. ATDD, Cucumber & Ruby • ATDD (Acceptance Test(ing) Driven Development); AATDD – Automated ATDD • Process of software development. It is a method where development is driven by Acceptance Criteria. • Cucumber is a tool used for this purpose. • Ruby is the programming language used by Cucumber - like VB Scripting is used by QTP.

  3. ATDD … • … is not a testing process or method, • But it’s a software development method.

  4. Software Development Process • Waterfall • Agile • ATDD

  5. ATDD Software Developer Software Development Process

  6. ATDD … Or?

  7. ATDD • Acceptance Tests are Safety Net for Programmers, Developers, entire team and for product Developer Acceptance Test Software Development Process

  8. ATDD • Create Acceptance Test (AT) • Execute AT • Observe Failure • Develop Software • Execute AT • Failed? • Passed? – You’re DONE

  9. DRY – Do Not Repeat Yourself • Create Acceptance Test (AT) • Execute AT • Observe Failure • Develop Software • Execute AT • Failed? • Passed? – You’re DONE • Automation - the technique of making an apparatus, a process, or a system operate automatically

  10. 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

More Related