Azure DevOps Assignment
Azure DevOps Assignment
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
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.