Random testing is also known as monkey testing. In this testing, data is generated randomly often using a tool. The data is generated either using a tool or some automated mechanism.
Random testing has some limitations:
Most of the random tests are redundant and unrealistic.
It needs more time to analyze results.
It is not possible to recreate the test if you do not record what data was used for testing.