Example of grey box testing with definition.

Showing Answers 1 - 10 of 10 Answers

kasi

  • Oct 6th, 2006
 

Definition: Gray Box testing refers to the technique of testing a system with a limited knowledge of the internals of the system. Gray Box testers have access to detailed design documents, with information beyond requirement documents. Gray Box tests are generated based on information such as state-based models or architecture diagrams of the target system.

  Was this answer useful?  Yes

sudhakar2068

  • Oct 6th, 2006
 

Gray box testing - Tests involving inputs and outputs, but test design is educated by information about the code or the program operation of a kind that would normally be out of scope of view of the tester

Gray box testing - Test designed based on the knowledge of algorithm, internal states, architectures, or other high -level descriptions of the program behavior.

sudhakar kolla,

My email:kollasudhakar2005@yahoo.co.in.

My number:09819859346

  Was this answer useful?  Yes

nagarjunareddyyiza

  • Oct 9th, 2006
 

GARY BOX: GRAY MEENS COMBINATION OF BITH WHITE AND BLACK BOXES

THE TESTING OF A GRAY BOX IS DESIGNED ON THE BASES OF HIGH LEVEL DESCRPITIONS OF THE BEHAVIOUR OF THE PROGRAM

  Was this answer useful?  Yes

srutimaya

  • Oct 17th, 2006
 

Grey box testing is the mixture of white box testing and black box testing...u can take example u are testing a web site for the features like testing for links,orphan links...at the same time if any problem arises then u can make a change HTML code and check further..so at the same u go for white box testing(changing codes in backend) and black box testing(testing features on front end).so from my this is the answer.

  Was this answer useful?  Yes

Cyber

  • Dec 22nd, 2006
 

Gray Box Testing is combination of White and Black box Testing.It can be applied at any level.Probably we use it at the integration level .

  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