Results 1 to 4 of 4

Thread: White box testing concept and it's advantages

  1. #1
    Join Date
    Jan 2009
    Posts
    97

    White box testing concept and it's advantages

    Hi,

    I am studying OOPs(Object oriented Programming) concept. But It seems that it is very difficult for me to understand because of it's complexity. I need your help to understand White Box Testing concept.
    What is White Box Testing? Do you know any advantages of the White Box Testing? It will be great if you give me any example of the white box testing.

  2. #2
    Join Date
    May 2008
    Posts
    2,012

    Re: White box testing concept and it's advantages

    White box testing is also referred as Structural or Glass box testing.

    This type of testing involves looking at the structure of the code. When we know the internal structure of a product, tests can be conducted to ensure that the internal operations performed according to the desired specification as well as all internal components have been adequately exercised.

    We do White Box Testing to ensure that all independent paths within a module have been exercised at least once.It is also used to verify all logical decisions on the basis of their true and false values.

    Using White Box Testing we can find-out any logical error tend to creep into our work when we design & implement the function and conditions which are out of the program.

  3. #3
    Join Date
    Apr 2008
    Posts
    2,005

    Re: White box testing concept and it's advantages

    White Box Testing uses an internal perspective of the system to design various test cases based on their internal structure. This testing requires programming skills for identifying all paths through the software.

    Following are the advantages of the White box testing:

    A. More code coverage
    B. More error can be found earlier during the process of development .
    C. The White Box Testing can start in the early phase along with software development.
    E. helps for giving more stable build

  4. #4
    Join Date
    May 2008
    Posts
    2,297

    Re: White box testing concept and it's advantages

    Hi all,

    White box testing is entirely different from black box testing. In black box testing focus of all the activities is on the functionality of system and not on which is happening within the system.

    Basic purpose of use of White Box Testing is to make sure: 1. Proper Functionality 2. Information from the code coverage

    White box is primarily job of development teams , but now test engineers also started helping development team in this process by giving contribution in writing unit test cases and in generating unit test case data.

    I hope this information will give you the basic idea about White box testing..

Similar Threads

  1. Need some good testing utility for software testing
    By Madri in forum Software Development
    Replies: 6
    Last Post: 12-07-2012, 06:28 PM
  2. Replies: 6
    Last Post: 29-06-2011, 10:08 PM
  3. Dropped iPhone 3g white screen with white lines
    By Sarasi in forum Portable Devices
    Replies: 6
    Last Post: 08-07-2010, 03:08 AM
  4. White Ring of light in the middle of blank white screen
    By Morea in forum Hardware Peripherals
    Replies: 6
    Last Post: 25-05-2010, 09:55 AM
  5. Concept of Black box testing
    By Jabeen in forum Software Development
    Replies: 3
    Last Post: 24-11-2009, 09:37 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,414,301.96127 seconds with 17 queries