If you think of it there are 7 features a proper automated test should follow: The test can be executed programmatically The test is repeatable. If the application didn’t change, the test result doesn’t change The test ends with a validation The test is stable enough to be used in CI/CD The test is very …
|