Hi Everyone,
We are modifying multifield wrapper component utilized across 1000 pages. The modification involves removing embedded JS. after removal, we aim to perform regression test on all the pages to ensure the change doesn't cause any issues.
While we tested a subset of pages and found the change to be functioning well, the next step is to push this in higher envionment.
Prior to that we want Authors to validate in Stage?
What are the available options we have to perform this validation in Author environment
Thanks,
Solved! Go to Solution.
Views
Replies
Total Likes
Below are my suggestions.
1. Make sure to take backup of existing content, so that it won't break anything or easy to revert back.
2. Prepare the authoring guide with steps and instructions, if possible provide a training to the users on the recent changes on how to validate.
3. Let authors know prior about the changes and prepare them before instead of sudden surprises.
4. Once you deploy the changes make sure to impersonate as authors or have similar author permission test account to validate the changes before actual author start testing to minimize the bug counts.
5. Always make sure higher environment content syncs in lower environment as well, so that max testing can be done in lower environments. In some cases move content from higher environment to lower environment and validate end to end over there. Instead of taking risks at Prod env's.
6. In future cases setup automate testing scenarios to validate the use cases, incase of any changes those automation test cases will take care the testing activity.
Thank you!!
I don't know if I understood correctly the question, but you can try something like below:
Provide Clear Documentation:
Training for Authors:
Create a Test Page in Stage:
Testing Checklist:
Hope this helps.
Below are my suggestions.
1. Make sure to take backup of existing content, so that it won't break anything or easy to revert back.
2. Prepare the authoring guide with steps and instructions, if possible provide a training to the users on the recent changes on how to validate.
3. Let authors know prior about the changes and prepare them before instead of sudden surprises.
4. Once you deploy the changes make sure to impersonate as authors or have similar author permission test account to validate the changes before actual author start testing to minimize the bug counts.
5. Always make sure higher environment content syncs in lower environment as well, so that max testing can be done in lower environments. In some cases move content from higher environment to lower environment and validate end to end over there. Instead of taking risks at Prod env's.
6. In future cases setup automate testing scenarios to validate the use cases, incase of any changes those automation test cases will take care the testing activity.
Thank you!!