1.

The Product Owner of a Pharma IT organization has decided to implement Agile testing, keeping in mind the dynamic nature of the projects. Explain different Agile testing methods which can be used.

Answer»

AGILE methodologies deploy continuous testing across iterations instead of only testing at the END, and result in products of superior quality.  

Below are different approaches to Agile testing: 

  • Behavior Driven Development (BDD) 
    • In this APPROACH, the testing is implemented on the expected behavior of the software created by the Agile TEAM
  • Acceptance Test-Driven Development (ATDD) 
    • In this approach, the testing is implemented on the acceptance criteria test cases created based on the communication between customers, developers, and testers. 
  • Test-Driven Development (TDD):  
    • In this approach, test cases are executed before developers start writing their code.


Discussion

No Comment Found