Document Version 0.0
Status: Test plan development in progress
...
Test Area - Plugin Setup |
---|
Test ID | Test Case | Test Procedure | Result | Notes |
1 | Admin can install plugin in a non-EE instance | Log in to a non-enterprise Mattermost, as admin From System Console > PLUGINS > Plugin Management, upload the export Channel Export plugin. Verify that the plugin can be installed.
| | |
2 | Admin can install plugin in an E10 instance | Log in to Mattermost that has an E10 license, as admin. From System Console > PLUGINS > Plugin Management, upload the Incident Response Channel Export plugin. Verify that the plugin is successfully installed.
| | |
3 | Admin can install plugin in an E20 instance | Log in to Mattermost that has an E20 license, as admin From System Console > PLUGINS > Plugin Management, upload the Incident Response Channel Export plugin. Verify that the plugin can be installed.
| | |
4 | Admin can enable plugin | Once installed in the “Installed Plugins” section, find the Channel Export plugin and click on the “Enable” button. Verify that the plugin starts normally without errors.
| | |
5 | Plugin functionality is available to admin | Switch to a normal channel view. In the post input box, type /export . Verify that the /export option is present in the slash command list.
| | |
6 | Plugin functionality is available to normal user | Log out and log back in as a normal user. In the post input box, type /export . Verify that the /export option is present in the slash command list.
| | |
7 | Admin can disable plugin | Log out and log back in as admin. From System Console > PLUGINS > Plugin Management, find the Channel Export plugin. Click on the “Disable” button. Verify that the plugin is disabled. In the main channel’s post input box, type /export . Verify that /export option is not present in the slash command list.
| | |
8 | Admin can remove plugin | From System Console > PLUGINS > Plugin Management, find the Channel Export plugin. Click on the “Remove” button. Verify that the plugin is no longer installed in the instance.
| | |
...