Preventive Testing
Testing which is done in parallel to software development process is called preventive testing. Functional testing is the example of Preventive testing in which we started to develop test cases in parallel to development process.
Reactive Testing :
Testing which starts when application is completely developed is called Reactive testing. Exploratory testing and Ac-hoc testing is the example of Reactive testing
What are the different meetings in Agile? What is purpose of Release Planning, Sprint Planning meetings, Scrum Meeting, Sprint Review Meeting, Retrospection?
ReplyDeleteRelease Planning
In this release plan is prepared, which include list of features that needs to be delivered, release date of software into Production, number of iterations/sprints for that release etc.
Sprint Planning
In this product Owner presents the set of features he would like and the team asks questions to understand the requirements in sufficient detail to enable them to commit to delivering the listed features in sprint.
Daily Scrum Meeting
Daily Scrum Meeting is for answering the following 3 questions:
• What have you done since yesterday’s meeting?
• What are you going to get done today?
• What obstacles do you need to be removed?
Sprint Review
It is demonstration of the new features the team has completed during the sprint; it is used to gather early feedback.
Sprint Retrospection
It follows immediately after the sprint review. It is focused on the process, the way in which the Scrum team is working together, including their technical skills and the software development practices and tools they are using.
In this meeting team discuss on following points:
• What went wrong?
• What went well?
• What can be improved?
Could you please explain how to estimate a project in agile and how to calculate story points.
ReplyDeleteI really like the way you have explained things, they are easy to understand and concise. Would like to see more posts on estimation and its components.
ReplyDelete