What is random testing?
What is random testing?
When tester performs testing of application by using random input from the input domain of the system, this is Random Testing.Random testing involve following procedures:
- Selection of input domain.
- Randomly selecting any input from input domain.
- Using these test input testing of application is performed.
- The results are compared to the system specification. The test is a failure if any input leads to incorrect results, otherwise it is a success
Comments
Post a Comment