Test management - Activity
Automated testing
Using software to run repeatable checks without someone performing them manually
What's it for?
Checks the same software behaviour repeatedly without someone having to do every step by hand.
For example…
Nightly jobs run thousands of API and UI checks and post a pass/fail report to the team channel
Every code change automatically reruns tests for login, checkout and payments so common breakages are caught before release
Think of it like…
A spellcheck you can run on each draft of a document, automatically checking for the same kinds of mistakes every time