Que: what is difference between Black Box and Grey Box Tewsting?

Showing Answers 1 - 16 of 16 Answers

srini.g

  • Oct 4th, 2005
 

Black box is nothing but internal program of the given requirement.Grey box is the combination of black box and white box.

  Was this answer useful?  Yes

Anil Babu

  • Oct 4th, 2005
 

Difference between Black-Box Testing and Grey-Box Testing is that,

if the tester tests,without having any internal structural knowledge of the application than that testing is Black-Box. And combination of white-Box and Black-Box testing is Grey-Box Testing.

Girisha h.r

  • Nov 29th, 2005
 

Black box testing perfoms testing based on object properties

gray box testing performs testing based on object proreties as well there behaviour.it's totaly call it as combination of white and blackbox testing

  Was this answer useful?  Yes

veenadevi karumanchi

  • Mar 24th, 2006
 

blackbox testing:

testing is based on behaviour of the application .

in black box testing testers does not require code language

white box testing

testing is based on internal structure of the application

in white box testing testers requires code language

  Was this answer useful?  Yes

srivatsa

  • Sep 5th, 2007
 

Black box testing means testing the application without having internal structural knowledge & with functional knowledge only.
Grey box testing means testing the application having Functional as well as internal structural knowledge.

raghavender

  • Oct 25th, 2007
 

Black box testing is also called as functionality testing. By using this testing technique we can check the functionality of the software application. it will be done by the tester only.

Grey box testing is nothing but it is the combination of both blackbox and white box technique.

Usha_s

  • Aug 4th, 2010
 

Without knowing the internal logic, just based on the SRS , the testing performed is termed as black box testing. Its performed by the testers.

Grey box is a combination of blank box and white box. This can be done by a dev(who has some limited knowledge abt testing) or a tester(who has some limited knowledge abt internal logic).

  Was this answer useful?  Yes

Black Box testing purely sees the functional and non-functional characteristics of the application (i.e. we dont have to check the code)

Grey Box testing is a combination of both White Box and Black Box testing. (i.e. we check the functional and nonfunctional characteristic of the application as well as we can check the code)

  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