Random testing is sometimes called as monkey testing. In Random testing, data is generated randomly often using tool. This randomly generated data is sent to the system. This data is generated either using tool or some automated mechanism. With this randomly generated input, the system is then tested and results are observed accordingly.
Random test has the following weakness:
- They are not realistic.
- Many of the test are redundant and unrealistic.
- More time will be spending in analyzing results.
This kind of testing is really of no use and is normally performed by new comers. It's best use is to see if the system will maintain under adverse affect.
No comments:
Post a Comment