Content deleted Content added
Removed VBScript since it's not usually used in writing tests. If you want to add QTP, add it in the tools section. |
All automated tests can be brittle no matter how well written they are. |
||
Line 15:
The major advantage of ''Automated testing'' is that tests may be executed continuously without the need for a human intervention. Another advantage over [[Manual testing]] in that it is easily repeatable, and thus is favoured when doing [[regression testing]]. It is worth considering automating tests if they are to be executed several times, for example as part of regression testing.
Disadvantages of
One shouldn't fall into the trap of spending more time automating a test than it would take to simply execute it manually, unless it is planned to be executed several times.
|