What is Random Testing?

Showing Answers 1 - 5 of 5 Answers

sanbit

  • Oct 5th, 2005
 

Random data tests confort the application under test with input data generated at random.Typically,testers pay no attention to expect data types.They feed a random sequence of numbers,letters & characters into nummeric data field.

  Was this answer useful?  Yes

mannuj

  • Dec 27th, 2005
 

Random testing is a Black Box test technique.

It is testing where the test inputs are chosen from the input domain at random. e.g. If an input field accepts a single alpha character, then the test case would be a random selection of a character from A-Z.

  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