Thursday, 23 April 2015

What are the different Agile Testing Methodology?

Agile testing methods embrace the principles of Agile software development which involves all the cross functional Agile team members, in which team members with testing expertise are also involved. This ensures that business value is delivered to the customer at frequent intervals, working at a sustainable pace. There are various testing methods which include writing test cases and running them before writing the code. Some testing methodologies which are commonly used in Agile teams are listed below:
  • Test Driven Development (TDD)
  • Acceptance Test Driven Development
  • Behaviour Driven Development (BDD)
There are 3 methods called Test Driven Development, Acceptance Test driven development and Behavior Driven Development which Agile team use to test the code across various levels. Each technique has its own pros and cons and the tests are well written before the code is built.

No comments:

Post a Comment