1.

What is Acceptance testing in Agile?

Answer»

User acceptance testing (UAT) is the last phase of development in which software USERS test the software to ensure that it can handle required tasks in real-world scenarios.  It is also identified as beta testing, application testing, or end-user testing. 

User Acceptance Testing (UAT) in Agile practices  

  1. Planning 

A plan describing all aspects of the UAT is pulled up. 

  1. Test cases designing 

Test cases are designed to cover all the functional scenarios of the software in real-world usage.  

  1. Selection of testing team 

Testing team made up of real-world end-users is created. 

  1. Documenting test cases and execution 

The team executes test cases, bugs and COMMENTS are logged. 

  1. Bug fixing 

The software development team fixes the listed bugs. 

  1. Sign-off 

The testing team ACCEPTS the software application, which INDICATES that the application suffices user requirements and is equipped to be rolled out in the market. 



Discussion

No Comment Found