You are on page 1of 2

Agile Model:

In Agile process three roles are important

1. Product Owner – he took EPICs(inputs) from customer changed to user stories.


2. Scrum Master - he drives the entire agile process. He is mediator b/w scrum team and PO.
3. Scrum Team – Combination of both DEV and QA.

In Agile process three meetings are happen which are

1. Sprint planning meeting – This meeting is conduct at every sprint starting to discuss which
user stories need to implement and testing in that particular sprint.
2. Daily Scrum meeting – This meeting is conduct for to get daily status and also to know any
blockers.
3. Scrum Retrospective meeting – This meeting is conduct at after sprint ending to discuss what
happen well, what goes wrong and what need to implement.

Usually the sprint duration is 2 to 3 weeks.

Agile model is Iterative (Same process will repeat again and again) and Incremental model (Module
or Feature will keep on adding) where the requirements keep on changing so to handle that
requirements. Agile model is something which company should follow in order to give software to
customer very quickly. by using this model, we are Flexible to change requirements at any stage.

The main purpose of this model is customer satisfaction whenever we give software to customer
very quickly the customer is satisfying more.

Advantages:

 Requirements changes allowed at any stage.


 Release will be very fast.
 Customer satisfaction.
 Good communication b/w customers, developers and testers.
 Easy model to adopt.
 Developers and Testers have a meeting to discuss What they have to do.

Disadvantages

 There will be less focus on Design and Documentation.


 Very difficult handle Long term projects.

Seniors are taking decisions so less scope for juniors


JIRA
 JIRA is a tool developed by Australian Company Atlassian.
 JIRA is Agile management tool.
 This software is used for bug tracking, issue tracking, and project management.
 In JIRA Everything consider as Issue. There are multiple issues in JIRA they are
 Epic.
 Story.
 Task.
 Bug.
 Creating projects and add people done by Admin.
 Creating Epics and user stories are done by PO.
 Creating sprint and adding user stories into sprint is done by scrum master.
 Creating task/sub task under user story which is done by Dev/QA.
 Creating bug if any defect find at the time of execution.

Jenkins:
Jenkins is a free and open source automation server. It helps automate the parts of software
development related to building, testing, and deploying, facilitating continuous
integration(CI) and continuous delivery.(CD). It is a server-based system that runs in servlet
containers such as Apache Tomcat.

You might also like