‘Random Testing’ is also called a ‘Monkey Testing’. Random testing is a kind of black box testing. We mainly focused in the functional testing on it. Generally random testing is executed when there is not sufficient time period to create and executes the test cases. Normally this type of testing is performed by the well experienced testers.
Few Features Of Random Testing Or Monkey Testing:-
There are so many features for the random testing. Few of them are mentioned below --
- While performing random testing then saves the time and endeavors or efforts, comparison to the real test efforts.
- Random testing is executed where the bugs or defects are not determined in regularly.
- While performing random testing then random inputs is utilized to to verify the system’s performance and reliability.
- We can not utilized to another testing approaches while performing random testing.
Few Random Testing Steps:-
There are many steps to execute the random testing few of them are mentioned below --
- Random inputs are determined to be estimated towards the system.
- Inputs for the test are chosen separately from the testing domain.
- Tests are performed by applying such random inputs.
- Record the outputs or results and match towards the expected outputs.
- Replicate the bug or issue and elevated the bugs, fixed and re-verify.
0 Comment(s)