When we do white-box Testing? At wat stage it is done? I
said it is done by Developers(but interviewer dint get
satisfied? Answer me!!!!!!!!!
Answers were Sorted based on User's Feedback
Answer / raj
White Box is technique of testing. Unit and Integration
testings are come under the white box testing. White Box
testing is completed by develovers and as well as white box
testers. In this testing need to test internal logic like
Path, Loop, Statement etc.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / masudha
white=box is a technique for testing any application it is
done in development environment by developer.whitebox
testing is done only for internal coding.best example is
unit testing,link integration testing
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / ravikanth
there is nothing Like when to do white box testing because
according to me depending on nature of project under
development , depending on analysis at begining stage
testing methodology is selected either as white box/black
box testing.mostly white box testing is applied for the
testing process carried with internal knowledge of system
for this type of testing tester should have the knowledge
of programming on which the present system been developed.
more importantly there is not only the developer but also
testing people will do the white box testing , the one who
does the white box testing are called as white box testers
ex: Embeded Testig,protocol testing etc
i hope this will answers your question...!
regards
ravi
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / varsha b
White box testing is technique used for testing.It requires
internal knowledge of code/system.test technique will be
decided on the basis of type of project and through
analysis.eg. for testing of safety critical
software,complex software.It can be done at different level
(Unit to user acceptance testing).In unit and integration
testing white box testing will be performed by devloper.In
system testing it will be performed by independent test
team and user acceptance testing is performed by tester.It
also depends on organization.After performing black box
testing (specification based) white box testing is
performed to assess the percentage of code coverage and
then to design the additional test cases to meet the
desired coverage.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sangamithra
White box testing is fully based upon source code of program.Tester also will do white box testing.But if the testing is functionality vise,black box testing will be involved.If the tester will do both,white box and black box testing will be involved.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nagk24
white box testing it depends on project and company
any one can do white box testing if they has coding knowledge
Mostly developers do test their own code but it is not
mandatory.white box testing also be done by special testing
team who has the both coding and testing knowledge.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is alpha testing and beta testing?
What r the roles and responsibilities of a TestLead?
What is Test Condition. what is test scenario.
How do you feel about cyclomatic complexity?
1.how you know all test cases are cover in one application? 2.what is difference between error message and warning message ? 3.what are the items comes under traceabily materix?
What is test summery report and it content?
What do you do if the bug that you found is not accepted by the developer and he is saying its not reproducible.
What is meant by preconditions and postconditions in a Test Case? Can anyone give an example?
22 Answers CLG, JDA, Zestwings Informatics,
what is difference between regression testing and re- testing?
What r test closure documents?
What is smoke testing?
In V model what are the documents the Testing got from developement team to create test case in Acceptane TC, Integrationm Tc, System Tc?