Document version 0.0
Status: Test plan development in progress
...
Test Area - Measure |
---|
Test ID | Test Case | Test Procedure | Result | Notes |
40 | A bot message is posted in incident channel when an item is added to an incident checklist | As a normal user, start an incident. The user is navigated to the incident channel. Open the Incident Response RHS. Find the incident started in step 1 and click to open details. Create a checklist and add an item. In the incident channel, verify that a bot message similar to the following is posted:
@username added checklist item "[checklist item title]"
| | |
41 | “Item added to incident checklist” post in incident channel shows the username of user who added the item | Continue from the above test: Verify that the bot message from the above test shows the username of the user who added the checklist item.
| | |
42 | Checklist item shows the timestamp of when the item was added | Continue from the above test: In the RHS, verify that the correct timestamp of when the item was added to the checklist is displayed beside the checklist item title.
| | Yes? https://mattermost.atlassian.net/browse/MM-23476 only talks about timestamp for checking off item |
43 | A bot message is posted in incident channel when an item in checklist is checked | As a normal user, start an incident. The user is navigated to the incident channel. Open the Incident Response RHS. Find the incident started in step 1 and click to open details. Create a checklist and add an item. Check the item in step 5. In the incident channel, verify that a bot message similar to the following is posted:
@username checked off checklist item "[checklist item title]"
| | |
44 | “Item checked” post in incident channel shows the username of user who checked the item | Continue from the above test: Verify that the bot message from the above test shows the username of the user who checked off the checklist item.
| | |
45 | Checking an item shows the timestamp to the right of the checklist item of when the item was checked off | Continue from the above test: In the RHS, verify that the correct timestamp of when the item was checked off is displayed beside the checklist item title.
| | |
46 | A bot message is posted in incident channel when an item in checklist is unchecked | As a normal user, start an incident. The user is navigated to the incident channel. Open the Incident Response RHS. Find the incident started in step 1 and click to open details. Create a checklist and add an item. Check the item in step 5. Uncheck the item. In the incident channel, verify that a bot message similar to the following is posted:
@username unchecked item "[checklist item title]"
| | |
47 | “Item checked” post in incident channel shows the username of user who unchecked the item | Continue from the above test: Verify that the bot message from the above test shows the username of the user who unchecked the checklist item.
| | |
48 | Unchecking an item shows the timestamp to the right of the checklist item of when the item was unchecked | Continue from the above test: In the RHS, verify that the correct timestamp of when the item was unchecked is displayed beside the checklist item title.
| | Yes? https://mattermost.atlassian.net/browse/MM-23476 only talks about timestamp for checking off item |
49 | A bot message is posted in incident channel when an item is removed from an incident checklist | As a normal user, start an incident. The user is navigated to the incident channel. Open the Incident Response RHS. Find the incident started in step 1 and click to open details. Create a checklist and add an item. Remove the checklist item. In the incident channel, verify that a bot message similar to the following is posted:
@username removed checklist item "[checklist item title]"
| | |
50 | “Item removed from incident checklist” post in incident channel shows the username of who removed the item | Continue from the above test: Verify that the bot message from the above test shows the username of the user who removed the checklist item.
| | |
51 | “Item removed from incident checklist” post in incident channel shows the timestamp of when the item was removedIs this a valid case? | | | |
52 | Starting a next incident will start with empty checklist | Start an incident. Create a checklist for the incident. Check a few items and leave some unchecked. Start a new incident. View the incident details of the new incident. Verify that the incident does not have any checklist.
| | |
...