⟩ Define random testing in Quality Engineering?
★ The input domain is selected.
★ Test inputs are selected independently from the domain.
★ The system under test is executed on these inputs. The inputs constitute a random test set.
★ 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.