0% found this document useful (0 votes)
119 views4 pages

Azure DevOps Assignment

The document describes two activities for adding requirements in Azure DevOps for new features in a healthcare application. For Activity A, the requirement is to add a chat feature to allow patients to communicate with doctors. For Activity B, the requirement is to add a document repository for patients to upload medical records for doctors to access. The tasks for each activity are to add a new feature, write a user story, identify actors, detail the workflow, add business rules, and define acceptance criteria based on a sample requirement provided.

Uploaded by

Syam Siva Reddy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
119 views4 pages

Azure DevOps Assignment

The document describes two activities for adding requirements in Azure DevOps for new features in a healthcare application. For Activity A, the requirement is to add a chat feature to allow patients to communicate with doctors. For Activity B, the requirement is to add a document repository for patients to upload medical records for doctors to access. The tasks for each activity are to add a new feature, write a user story, identify actors, detail the workflow, add business rules, and define acceptance criteria based on a sample requirement provided.

Uploaded by

Syam Siva Reddy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

SkillAssure Discoveri

Azure DevOps Assignment


Goal:
To understand how to add a new requirement in the Azure DevOps Cloud
Services and the essentials of requirement elicitation.

02 1.5 hrs
Activity Duration

1
Activity-A :
The patients of the HeartiHealth Application needs to connect to the Doctors
from remote locations. We need to add a Chat Feature in the Application which
will enable the patients to have a video or a textual chat with all the doctors
across the world, and to enable the doctors to diagnose the Patients properly. So,
you need to capture the requirements for this feature in the Azure DevOps Cloud
Service.

Tasks to Do:
1. Add a new Feature “Chat” in the Requirements
2. Write the User Story in the Description.
3. Mention the different Actors who will be using the feature.
4. Add the Workflow for this feature.
5. Add the Business Rules for the feature.
6. Add the Acceptance Criteria, to validate the correct functioning of the
feature.

Activity-B :
With the increase in the number of patients in the application, it has become
difficult for the Doctors to keep a track of the Patient’s Medical Records. To solve
this problem, the team has provided a solution to add a Document Repository,
where the patients can upload their documents which can be related to Reports,
Visits, Medical History, etc. and the Doctors will have an access to the Repository
for the respective patients he is serving.
So, you need to capture the requirement for this new feature “Document
Repository” for the HeartiHealth Application in the Azure DevOps Cloud Services.

Tasks to Do:
1. Add a new Feature “Document Repository” in the Requirements
2. Write the User Story in the Description.
3. Mention the different Actors who will be using the feature.
4. Add the Workflow for this feature.
5. Add the Business Rules for the feature.
6. Add the Acceptance Criteria, to validate the correct functioning of this
feature.
* Refer to the Sample Requirement provided in the document as a reference.

2
SAMPLE REQUIREMENT

Feature: ATM Withdrawal.

Description: As a user, I should be able to withdraw money from the account.

Actors:
1. Customer
2. Customer Representative

Workflow:
1. User should present the ATM Card.
2. User should provide the Correct PIN for the Card.
3. System should validate the User.
4. The Application should determine if the user has sufficient funds in the account.
5. Deduct money from the account.
6. Distribute the money to the user.
7. The Application should provide a receipt with the details of the transaction.

Business Rules:
1. User should be valid
2. User should have a valid ATM Card.
3. User’s PIN must match.
4. Requested money must be less than amount in account.

Acceptance Criteria:
As a User, I should be able to successfully receive the amount from the ATM upon providing
the valid ATM Card and the Correct PIN code.

You might also like