wt is grey box testing
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
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 |
What is the difference between black box and white box testing?
In one project, How much “%” effort made by SQA Tester? e.g. : developer = 35%, manager = 10%, etc.
what is CAPA?when is root cause analysis done?
1 Answers Ariel, Knorr-Bremse, NIIT,
1.what ia QA and QC? 2.how do you configure qtp and testdirector? 3.IN Online banking syatem project Which functionalities of QTP your using? 4.how do you test the money transform from one account to another account?
What is the audit process? How do you perform the audit?
How do you start your QA if there are no system requirements?
What is verification And Validation?
What are the common problems with software automation?
Test scenario is written by seeing SRS or by seeing application
What kind of documentation is required for QA,QC and testing.?Tell me the diffrence between QA,QC and testing
What actually a SQA Tester do in His/ Her first (entry level) Job?
if i am giving you a module to test but no specification is provided to you then on what basis you will write test cases?