wt is grey box testing

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is Conventional SPMs

1658


Field level test cases are developed using AF TOD to validate individual fields on a screen using a black box testing methodology. IN THIS CONTEXT WHAT IS "AF TOD"

3004


why do not u try to get job in your core side(example :-eee)?

1033


Plz post any critical bugs found while testing desktop application.

1920


What is the Procedure and documents for obtaing CMM Certification

1583






How would you ensure that your testing is complete and has good coverage?

655


What is the difference between web, window, desktop and client server application testing?

633


a proj ws atarted and cloded within the second day why?it has good amt of resources.srs ws prepers and accepted by the client too.

1687


What methodologies do you used to develop test cases?

677


Could you tell me two things you did in your previous assignment (QA/Testing related hopefully) that you are proud of?

1612


what approach do you folllow in writing test cases?

1571


Explain functions of quality assurance department.

654


How do you determine which piece of software require how much testing?

1090


Have you ever worked with QA in developing test tools? Explain the participation Development should have with QA in leveraging such test tools for QA use.

1965


how we apply cmmi and iso in oyr testing or qa do it have some specifuc format

1810