...
Post-Go-Live Testing/Smoke testing allows us to quickly assess the status of an application by running a set of end-to-end tests targeted at checking the most important (or the most significant) user flows. It should be run just after a fresh deploy and ideally at regular intervals after that.
...