Write one example that you have not find the bug in black box testing but you will find in white box testing?

Showing Answers 1 - 6 of 6 Answers

afong

  • Dec 2nd, 2007
 

Let's say you have an entity that is stored across multiple tables and the test case is to delete the entity.  In black-box testing, once the entity disappears from the GUI after deletion, your black-box test case is considered passed.  But with white-box testing, you'd check if all related rows are deleted from the tables.  If the deletion happens to delete only the parent record and leave behind orphan rows, the test case is considered failed.

  Was this answer useful?  Yes

There are few errors like 'Context Switch Dead Lock', 'Loader Exceptions' in .net could not be identified most of the time during Black Box testing. They can be found happening in White box 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