- QATestLab Blog >
- QA Basics >
- Black Box Test Techniques. Random Testing
Black Box Test Techniques. Random Testing
September 19
10:00
2011
by Nataliia Vasylyna Print This Article
Design
Test cases should be chosen randomly from the input domain of the component according to the input distribution.
The input distribution which used for the test case suite should be recorded.
A test case should include:
- the input to the component
- the expected result of the test case
Analysis
Random Testing uses such model of the input domain of the component that characterizes the set of all probable input values.
The input distribution which used in the generation of random input values should be based on the expected operational distribution of inputs.
If it happens so that no information of operational distribution is accessible then a uniform input distribution should be used.
No Comments Yet!
You can be the one to start a conversation.