-
Type:
Technical Testing
-
Status: Closed
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Documents & Media
-
Labels:None
-
Story Points:5
-
Sprint:LIMA | #49 DEV | May31-Jun28, LIMA | #50 DEV | Jun28-Jul26
-
Git Pull Request:
-
Test Type:
- Create the test scenarios to validate the parent story, according to the Acceptance Criteria.
- Those test scenarios will be writing in the parent story.
Test Scenarios: User can enable Update Auto Tags when updating a web content if autotagging is enabled for text
WebContentAutoTagging#TagUpdatesAfterEnablingUpdateAutoTags
Test Scenarios: New tags detected are added if user checked Update Auto Tags when updating a web content
WebContentAutoTagging#TagUpdatesAfterEnablingUpdateAutoTags
- Go to Instance Settings > Assets to check Update Auto Tags
- Enable OpenNLP Text Auto Tagging for Web Content
- Go to Web Content to add a new article
- Publish it
- Go to edit this web content article
- Assert the Update Auto Tags is checked by default
- Edit the article content
- Assert some new tags are added to it
- Assert the original tags are kept
Test Scenarios: Original tags are kept if user checked Update Auto Tags when updating a web content
WebContentAutoTagging#TagUpdatesAfterEnablingUpdateAutoTags
Test Scenarios: Tags are not updated if user unchecked Update Auto Tags when updating a web content
WebContentAutoTagging#NoTagUpdatesAfterDisablingUpdateAutoTags
- Go to Instance Settings > Assets to check Update Auto Tags
- Enable OpenNLP Text Auto Tagging for Web Content
- Go to Web Content to add a new article
- Publish it
- Go to edit this web content article
- Uncheck Update Auto Tags
- Edit the article content with some similar text
- Assert no new tags is added
- Assert the original tags are kept
- Assert no duplicate tags is added
Test Scenarios: Update Auto Tags will be checked by default when updating a web content if it is checked in Instance Settings
WebContentAutoTagging#TagUpdatesAfterEnablingUpdateAutoTags