Print Page | Close Window

Diff between ramdom testing and error quessing

Printed From: One Stop Testing
Category: Software Testing @ OneStopTesting
Forum Name: Beginners @ OneStopTesting
Forum Discription: New to the Club...!!! Don't Worry, We are here for you...!!! Learn the very basics of Software Testing and other pertinent Informations.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=3694
Printed Date: 19Jul2025 at 4:00am


Topic: Diff between ramdom testing and error quessing
Posted By: pothiraj_mit
Subject: Diff between ramdom testing and error quessing
Date Posted: 20Nov2007 at 12:56pm
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.




Replies:
Posted By: Praraj
Date Posted: 08Jan2008 at 12:23pm
Random testing are adhoc testing when test cases are not prepared and major functionalities are need to test in any sequence. Whereas the error guessing is purposely done to find the defect as enter date like 32 Jan 2007 in date field.



Print Page | Close Window