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 |
What is Application Performance testing and Operational performance testing
what is difference between black box and white box testing? In most of the companies which tecnique is used
As you are working with cmmi level 5 company ,can you tell me what processes you r following as QA engineer?
what are the ways to crash an application when it is unter testing?
How do you test for the coockies for a web application?
say me 5 advantage of manaul over automation?
what is the difference of the Functional testing in the waterfall model and V-Model?
waht is client server application testing?
how to Link the requirement with Test Cases in the Treaceability Matrix. Give real time Example ( Pl. Real Time Project testers only)
how do u perform regression testing,means what test cases u select for regression
what is peer test?
2 Answers Semantic Space, SoftProdigy,
Suppose there are three modules A-B-C, the output of A is responsible for B and output of B is responsible for C and if A & C is not ready & B module is ready then how can u check Module B