You are on page 1of 5

13

Experiment -6

USER STORIES
 User story is the smallest unit of work in an agile framework.
It’s an end goal, not a feature, expressed from the software
user’s perspective.
 A user story is an informal, general explanation of a software
feature written from the perspective of the end user or
customer. 
 The purpose of a user story is to articulate how a piece of work
will deliver a particular value back to the customer. Note that
"customers" don't have to be external end users in the
traditional sense, they can also be internal customers or
colleagues within your organization who depend on your team.
14

Risk management and Testing:


 UNIT TESTING is a type of software testing where individual units or
components of a software are tested. The purpose is to validate that
each unit of the software code performs as expected. Unit Testing is
done during the development (coding phase) of an application by the
developers. Unit Tests isolate a section of code and verify its
correctness. A unit may be an individual function, method,
procedure, module, or object.
o Invalid user type
o Invalid discount amount
o Can’t edit discount (read only mode).
o Cannot miss date (must attempt)
 INTERGRATION TESTING is the process of testing the interface
between two software units or module. It’s focus on determining
the correctness of the interface. The purpose of the integration
testing is to expose faults in the interaction between integrated
units. Once all the modules have been unit tested, integration
testing is performed.
o Can’t allow to make changes in discount by the user

 System Testing System Testing is a type of software testing that is


performed on a complete integrated system to evaluate the
compliance of the system with the corresponding requirements.
In system testing, integration testing passed components are taken
as input. The goal of integration testing is to detect any irregularity
between the units that are integrated together.
o Check whether the system meet minimum requirement of
internal memory etc.
o Check whether the system is secure or not.
15

Experiment-8
JIRA SOFTWARE
Jira Software is a powerful platform that combines issue collection and agile
project management capabilities into a single application. Using Jira
Software helps you plan and organize tasks, workflows, and reports for your
agile team more efficiently.
16
17

You might also like