Explain differance between ramdom testing and error guessing

Showing Answers 1 - 1 of 1 Answers

sudha

  • May 21st, 2007
 

Random testing: A black box test design technique where test cases are
selected, possibly using a pseudo-random generation algorithm, to match an
operational profile. This technique can be used for testing non-functional
attributes such as reliability and performance.

Error guessing: A test design technique where the experience of the
tester is used to anticipate what defects might be present in the component or
system under test as a result of errors made, and to design tests specifically
to expose them.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions