What is grey box testing??

Questions by prakash_534

Showing Answers 1 - 11 of 11 Answers

sehlhorst

  • Feb 9th, 2006
 

Greybox testing is the combination of blackbox and whitebox testing in the same test suite. We talk about these types of testing and how to apply them at Tyner Blain. Check out our Introductory post or a more detailed discussion. There are also several other posts - check out the Testing and Test Automation categories in the sidebar of the site (viewable from the home page).Scott Sehlhorst, President, Tyner Blain LLChttp://tynerblain.com/blog

  Was this answer useful?  Yes

grey box testing is a combination of blackbox and white box testing. it is usually done by the developer during the coding phase to test whether a particular functionality works as per requirement against the code coded by him using a combination of blackbox and whitebox testing techniques.

  Was this answer useful?  Yes

madhavi

  • Feb 16th, 2006
 

gray box testing is combination of black box testing and white box testing. eg: while testing or developing web page developer check web page,if some change is required then it do some changes in source code. after changing source code again he check web page.so doing testing using source code and actual web page is gray box testing

  Was this answer useful?  Yes

Mathan

  • Mar 12th, 2006
 

a

  Was this answer useful?  Yes

Ravi kumar

  • Mar 15th, 2006
 

Hi,

Gray box testing means combination of white box and black box.

Some companies they dont have separate testing team so that type of companies they do gray box testing. The developer him self develop the application and test the application. So that gray is mainly used by small companies.

  Was this answer useful?  Yes

azhar

  • Mar 29th, 2006
 

It s combination of white box and block box it will be mixed and use, normaly grey box tested by test engineer , provided he having programing knowledage,

  Was this answer useful?  Yes

naagarjuna

  • Aug 7th, 2006
 

Hi The combination of both black and white box testing is called as Gray box testing

  Was this answer useful?  Yes

sudhakar2068

  • Sep 28th, 2006
 

Gray Box Testing: A combination of Black Box and White Box testing methodologies: testing a piece of software against its specification but using some knowledge of its internal workings

sudhakar kolla.

My Email:kollasudhakar2005@yahoo.co.in.

My Number:09819859346.

  Was this answer useful?  Yes

Dharmakrishnan

  • Dec 12th, 2006
 

Hi

Grey box  testing  is one  type  of  testing  where  the tester  use both the white and black box type of  testing 

  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