Please give an example of White box Testing?
Answers were Sorted based on User's Feedback
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 |
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 |
How to design the test cases?
what are testing you will do in system testing
is it possible web application make it as executable file
There are 100 test cases. And you got a bug at 85th test case. You reported it to dev. and dev. fixed that bug. when you are doing regression testing from which test case u'll do testing?? will start from 85 th test case are u'll execute 100 test cases?
Which testing approach you follow to test ATM machine?
Who can perform the unit testing?
recently, i attended for one interview. in that they asked for project explanation. i explained that project. after that they ask me to write test scenarios for that? in real time i don't know how to write test scenarios. can any one please write test scenarios for the following given project. Health care solutions This project mainly deals with Hospital Management System. There are different modules, each module contain different functionality. They are Appointment Scheduling, Registration, Visit & Admission, Out & In Patient Service Management, Lab Management, Bill Handling, Patient Notes, Blood Bank, Master Setup & Security Module, and Pharmacy Quotations.
Hi, i am looking job in perfomance testing using Loadrunner can any body help me a project in any domine plz(Usah) chs_29@rediffmail.com
in which Software Life cycle phase does testing occur?
11.what are two of your weaknesses?
1 Answers Satyam, TCS, Tech Mahindra, VJIL Consulting,
Hi All, Need a little help in understanding cookie testing. Can any1 please tell me were are the cookies stored in win xp, vista, 7? Is the location same for both 32 bit and 64 bit machine? All all cookie data encrypted? If no, which type of cookie data are encrypted and why? Need this as soon as possible. Thanking you all in advance.
What is CRUD testing