Test coverage and automated tests after a WordPress upgrade.
-
Every so often I upgrade core WordPress, themes and plugins to the latest available versions to keep everything updated and secure on my sites.
I currently do a manual test- ensuring I can login, create a dummy page or post, delete the page/post and check nothing major appears in the dashboard health check. Is this enough test coverage or are there other basic things I could check to test the success of the upgrade? Note, it’s difficult to test functionality of individual plugins as there as so many and they vary from site to site.
What’s the best way to automate these types of tests? I wondered if the above could be successfully done via CLI commands? Or do people recommend using something like Browserstack or another testing tool?
All thoughts appreciated. TIA , P26.
- You must be logged in to reply to this topic.