You are on page 1of 1

TEST CASES:

ADD USER TO GROUP SERVICE:


1. Verify
2. Verify
e group
3. Verify
.
4. Verify
xists.
5. Verify

that user has been added to the group if user and group exists.
that sucess message has been sent to user upon addition of users to th
that failure message has been sent to user if the group doesn't exists
that consolidated response has been sent to user if the user doesn't e
that user has been added to all mentioned groups (if any).

REMOVE USER TO THE GROUP SERVICE:


1. Verify that error message has been sent if user does not exists in any group.
2. Verify that user has been removed from all the mentioned groups if groups are
exists and message has been sent
indicating the same
3. Verify that user account has been disabled if the user left with no groups.
UPDATE USER SERVICE:
1. Verify that error message has been sent to user if Object ID does not exists
2. Verify that error message thrown to request if requested update is on unique
field which is already associated with another user
3. Verify that other fields has been updated if object id exists.
4. Verify that all requested details has been updated if object id exists and un
ique value provided for unique fields.
5. Verify that error message has been thrown if update request on group.

You might also like