Automation testing
Lots of programming groups are dependent on more and more on automation testing, especially groups that use test driven
development.
There are lots of frameworks to write tests in and continuous
integration software will run tests automatically every time code is checked
into version control system.
Automation cannot reproduce everything that
human can do.
Automation
testing is very useful for regression testing. Automation testing requires a well developed test suit of testing
scripts in order to truly useful.
other types of testing
No comments:
Post a Comment