InterviewSolution
Saved Bookmarks
| 1. |
What Are The Limitations Of Automating Software Testing? |
|
Answer» Hard-to-create ENVIRONMENTS like “out of memory”, “invalid input/reply”, and “corrupt REGISTRY entries” MAKE applications behave poorly and existing automated tools can’t force these condition - they simply TEST your application in “NORMAL” environment. Hard-to-create environments like “out of memory”, “invalid input/reply”, and “corrupt registry entries” make applications behave poorly and existing automated tools can’t force these condition - they simply test your application in “normal” environment. |
|