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 meaning of manual testing,,?
What is a Use Case?
how we do system testingf project?
1. when to start and stop testing ?
Integraton testing
I m writting the test cases in Excel sheet. After wrting test cases for version 2.0.0 If there is new feature added in build 2.0.1, I will write test cases for newly added feature. Then 3.0 version release for testing with new feature. I will write test cases for newly added feature 3.0 But if in between 2.0.2 build release for testing with same feature of 3.0.Then should I have to write test cases for same feature again? If not --> when 2.0.2build again release for testing after 2months then How should I came to know that I have to run these test cases on 2.0.2build?
write test cases on calculator
8 Answers EDS, IT Logic, Sify, United Healthcare,
what is agile testing?
1.What is end-to-end Testing 2.What ist the difference between WebBased Testing and Application Testing
5 Answers College School Exams Tests, Mphasis, Tech Mahindra,
How do we find pass and fail percentage of Test cases. Anybody can give answer to me. Thanks in advance
Can any one please explain me, what kind of defects we should not raise while doing System Testing?
When we convert the Client/Server application to web Application can we use same Automation Scripts?