In: Computer Science
Research and describe the following :1. User Stories * What are they used for in the agile process? * Provide an example of at least one user story related to the final project. The main post must be at least 200 words. Include any sources used while research
User stories actually deal with the requirement which we have
for the final product from some organization or some
individual.
This is basically done in case of the Agile process. As they are
generally of big size and thus they are divided into the number of
iterations and which is fit for the agile process. This is the
reason this is used in the agile process.
The user stories actually let us talk about the requirements
rather than listing them down. The example for this could be
specifying the requirement of having an option for an organization
to have an option for backing up the hard drive.
Thus we need to have the requirement for this task and from the
user stories, we will get the information such as, we may need to
do the backup based on the file type, date modified or there should
be some option to enable or disable backing up certain folders.
Thus this way we can use the user stories to develop the products based on the requirements in terms of stories.
Thanks