Active Topics Memberlist Calendar Search Help | |
Register Login |
One Stop Testing Forum : Types Of Software Testing @ OneStopTesting : Functional Testing @ OneStopTesting |
Topic: Let us know all About Gray Box Testing |
|
Author | Message |
yogindernath
Groupie Joined: 27Oct2008 Location: India Online Status: Offline Posts: 52 |
Topic: Let us know all About Gray Box Testing Posted: 07Jun2009 at 10:15am |
Code coverage testing involves "Dynamic Testing" methods of executing the product with pre-written test cases and finding out how much of code has been covered. If a better coverage of a code is desired, several iterations of testing may be required. For every iteration, one has to write a new set of test cases for covering those portions of code that were not covered by earlier test cases. To do such type of testing, not only does one need to understand the code and logic but also need to understand how to write effective test cases that can cover good portions of the code.
Understanding of code and logic means white box or structural testing whereas writing effective test cases means black box testing. So, what we need is in fact a combination of white box and black box techniques for test effectiveness. This type of testing is known as gray box testing'. What is Gray Box Testing? Read the complete article at: http://www.softwaretestinggenius.com/articaldetails.php?mode=details&qry=400&parent=146 |
|
http://www.softwaretestinggenius.com
A Storehouse of Complete Knowledge on Software Testing & QA under one Roof Post Resume: Click here to Upload your Resume & Apply for Jobs |
|
IP Logged | |
tossy
Groupie Joined: 20Aug2008 Online Status: Offline Posts: 99 |
Posted: 20Jun2009 at 2:12am |
Good information......... I came across some of the advantages and disadvantages of using gray box testing. Hope it will help you. Advantages §
Offers
Combined Benefits – Leverage strengths of both Black Box and White
Box testing wherever possible. §
Non
Intrusive – Gray Box does not rely on access to source code or
binaries. Instead, based on interface definition,
functional specifications, and application architecture. §
Intelligent
Test Authoring – Based on the limited information available, a Gray
Box tester can author intelligent test scenarios, especially around data type
handling, communication protocols and exception handling. §
Unbiased
Testing – The demarcation between testers and developer is
still maintained. The handoff is only
around interface definitions and documentation without access to source code or
binaries. Disadvantages §
Partial
Code Coverage – Since the source code or binaries are not
available, the ability to traverse code paths is still limited by the tests
deduced through available information.
The coverage depends on the tester authoring skills. |
|
|
|
IP Logged | |
Forum Jump |
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
© Vyom Technosoft Pvt. Ltd. All Rights Reserved.