Please give an example of White box Testing?

Answers were Sorted based on User's Feedback



Please give an example of White box Testing?..

Answer / a sameer

Whit Box Testing:- It is done by the developers to check the
code to which they have written.
In white box testing we do the following testing techniques

1.Statement Testing.
2. Loop Testing.
3. Path Testing.
4. Branch Testing.
5. Mutation Testing.

In Statement Testing we check all whether all the statements
are given in a correct format and in a meaningful format.
In Loop testing we check whether the assigned loop is
terminating properly in the code part.
In Path testing each and every code has some path to flow
one path goes in one functionality and other path goes to
other functionality so here we need to check whether the
path flow is moving properly or not.
In Branch testing we check how many branches are there in
the code all the branches are moving properly
IN Mutation testing we check the standard of code like for
the working part of code remove some lines and then run the
code here we should get an error message related to the
removed lines of code - to justify whether the code is
working properly or not.


All these things need to tested by developers for there own
code before they release to QA team.

Is This Answer Correct ?    10 Yes 1 No

Please give an example of White box Testing?..

Answer / shwetha

path tesing

Is This Answer Correct ?    3 Yes 2 No

Please give an example of White box Testing?..

Answer / mohammedblr

Examples for the White Box Testing are:

Unit Testing,Integration Testing and API Testing.

J2EE:Junit Open Source Tool for the Component level i.e
module level testing of the source code for the branch
coverage,decision coverage etc

Dot Net:Nunit Open Source Tool for the Unit level/component
level testing.

Is This Answer Correct ?    3 Yes 3 No

Post New Answer

More Manual Testing Interview Questions

How will you review the test case and how many types are there ?

1 Answers   Crea,


What exactly are semi-random test cases?

0 Answers  


how to reduce bugs in e-learning projects? for reducing bugs which type of SDLC we have to use

0 Answers   eMantras,


what is the difference between onshore and offshore company

19 Answers   Wipro,


Dear Friends, Please guide me how to write test case for work Experiance field range.(It has 2 fields for range)

0 Answers  






FTP is a application program to upload files to server write a test cases to check the system after successfull uploading we get the message files uploaded successfully?

1 Answers   QualSoft,


What is open issue?please explain in detail?

6 Answers  


How many testcases can you write an avg for a day?

12 Answers   AppLabs, IBM,


How many types of bugs are there? What are they? like Deferred bug,cosmatic bug.....

0 Answers  


How to do test if we have minimal or no documentation about the product?

5 Answers  


State a generalized process for load test? Or explain how you did it previously.

0 Answers  


what is endurance testing?give one example

4 Answers   Wipro,


Categories