How is STM tested?
- Automatic unit tests (run every time code changes
- Automatic functional tests (run every time code changes)
- Automatic system tests done using Selenium (run before deployment of a new version)
- Additional manual testing (done before deployment of a new version
And yes - we use STM.com for test management :)
Back