Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is the difference b/n Testing Methodology and Testing methods?

5 Answers  


If you are not able to reproduce one defect then what will be the status of that defect in your defect tracking tool?

5 Answers  


What is negative testing.

8 Answers  


1.How to maintain the Bug status Report? 2.What is project based Company and product based company?

2 Answers   Mobius,


How can you do the usability testing?

0 Answers  


After insert the record in front-end, how will you check the back end by manually? Please explain?

0 Answers  


What is bug life cycle?

2 Answers  


When is a good time for system testing?

4 Answers  


What a team leader will test first when s/he will get new module to test?

0 Answers  


what are the typical problems in web testing?

0 Answers  


Multiple class testing is too complex to be tested using random test cases. is it

1 Answers   3i Infotech,


Explain a bug which if you have missed could have created a big problem?

1 Answers   Crea,


Categories