Wednesday, July 22, 2020

Agile Testing Life Cycle

Agile Testing life Cycle

  1. Test Planning
  2. Sprint planning
  3. Implementation and execution
  4. Sprint closure activities

 

  1. Test plan and key features

Test plan defines the risks, scope of testing and approach of testing

  • Purpose and project overview
  • Risks
  • In or out of scope features
  • Test Approach
  1. Sprint planning
    1. Scrum framework

                                                               i.      Determines product backlog

    1. Involvement in sprint planning

                                                               i.      Product owner

                                                             ii.      Team

                                                           iii.      Scrum master

  1. Implementation and execution
    1. Creation of test cases (must link to user stories)
    2. Ensure smaller cycles
    3. Less bugs
    4. Quick deliveries
  2. Sprint closure activities
    1. Report review
    2. Defect analysis report
    3. Sprint retrospective meeting

 

Using cucumber for BDD

Feature files

Step definition file

Function.java file

 

No comments:

Post a Comment