wt is grey box testing

Answers were Sorted based on User's Feedback



wt is grey box testing..

Answer / satish

Grey box testing is a software testing technique that uses a
combination of black box testing and white box testing. Gray
box testing is not a complete black box testing, because the
tester does know some of the internal workings of the
software under test. In grey box testing, the tester applies
a limited number of test cases to the internal workings of
the software under test. In the remaining part of the grey
box testing, one takes a black box approach in applying
inputs to the software under test and observing the outputs.

Is This Answer Correct ?    26 Yes 3 No

wt is grey box testing..

Answer / saurabh

Grey box testing is the combination of black box and white
box testing. Intention of this testing is to find out
defects related to bad design or bad implementation of the
system.
In gray box testing, test engineer is equipped with the
knowledge of system and designs test cases or test data
based on system knowledge.
For example, consider a hypothetical case wherein you have
to test a web application. Functionality of this web
application is very simple, you just need to enter your
personal details like email and field of interest on the
web form and submit this form. Server will get this
details, and based on the field of interest pick some
articles and mail it to the given email. Email validation
is happening at the client side using Java Scripts.

In this case, in the absence of implementation detail, you
might test web form with valid/invalid mail IDs and
different field of interests to make sure that
functionality is intact.

But, if you know the implementation detail, you know that
system is making following assumptions
• Server will never get invalid mail ID
• Server will never send mail to invalid ID
• Server will never receive failure notification for
this mail.

So as part of gray box testing, in the above example you
will have a test case on clients where Java Scripts are
disabled. It could happen due to any reason and if it
happens, validation can not happen at the client site. In
this case, assumptions made by the system are violated and
• Server will get invalid mail ID
• Server will send mail to invalid mail ID
• Server will receive failure notification
Hope you understood the concept of gray box testing and how
it can be used to create different test cases or data
points based on the implementation details of the system.

Is This Answer Correct ?    7 Yes 1 No

wt is grey box testing..

Answer / ajay

grey box tesiting is a combination of both black box and
white box testing. The tester who has programming knowledge
can perform grey box testing.

Is This Answer Correct ?    6 Yes 5 No

wt is grey box testing..

Answer / haroon ali

Grey box is combination of both black box and white box
testing,part of internal may be inspected but limited
modification is allowed.

Is This Answer Correct ?    1 Yes 2 No

wt is grey box testing..

Answer / sudhakar8

Grey box Testing is the new term which evolved due to the
different architectural usage of the system. This is just a
combination of both Black box & white testing. Tester
should have the knowledge of both the internals and
externals of the function.

Is This Answer Correct ?    2 Yes 4 No

wt is grey box testing..

Answer / rohit

Grey box Testing is New Technique. if the Tester is fully
aware the internal mechanism of the application so that he
will perform this Testing to find out the defect and
performance. This Technique is very useful when you have
short period of time for Testing.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More QA Concepts Interview Questions

Difference between Quality control and Quality Assurance?

4 Answers   Cap Gemini, CTS,


Who will write the use case?

3 Answers  


Looking for free study material on Functional Testing?

1 Answers  


What is conversion testing?

0 Answers  


What is Cause and Effect Diagram, how it helps in software testing?.

2 Answers  






Explain the process of project tailoring.

0 Answers  


What is QA Life cycle

6 Answers   Infosys, UHG,


Hi Friends, I have 2.5 yrs of experience. i am havung interview for QA/QC position tomorrow.what type of questions shall i expect for this experience? PLS HELP. THANKS IN ADVANCE

1 Answers  


iq test

0 Answers   Equinox,


How is Release Management is done in STLC. What are tools can be used for the same.

1 Answers   IBM,


What if the software is so buggy it ca not really be tested at all?

0 Answers  


What is code walkthrough?

0 Answers  


Categories