What is gray testing?

Showing Answers 1 - 4 of 4 Answers

J.Shankar

  • Apr 9th, 2006
 

Combination of BlackBox testing and WhiteBox testing  is called Grey Testing

  Was this answer useful?  Yes

Shilpi Boosar

  • Apr 25th, 2006
 

Glass box testing is distinguished from black box testing, in which the program is treated as a black box. You can't see into it. The tester (or programmer) feeds it input data, observes output data, but does not know, or pretends not to know, how the program works. The test designer looks for interesting input data and conditions that might lead to interesting outputs. Input data are "interesting" representatives of a class of possible inputs if they are the ones most likely to expose an error in the program.

In contrast, in glass box testing, the programmer uses her understanding and access to the source code to develop test cases.

  Was this answer useful?  Yes

sudhakar2068

  • Sep 12th, 2006
 

   gray testing:Test designed based on the knowledge of algorithm , internalstates, architectures, or other high -level descriptions of the program behavior.

 sudhakar kolla.

If you have doubts can ask me.

My Email:kollasudhakar2005@yahoo.co.in.

My Number:09819859346.


 

  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