Tests that can be Automated!

• Tests that need to be run with every build of the application (sanity check, regression) • Tests that use multiple data values for the same actions (data driven tests) • Complex and time consuming tests • Tests requiring a great deal of precision • Tests involving many simple, repetitive steps • Testing needed onContinue reading “Tests that can be Automated!”