what we have to do in white box testing what will be
checked in it and how much its necessary for white box
tester to be a good programmer too
Answers were Sorted based on User's Feedback
Answer / deeps
White box testing is done by going through the code
internals, branches, paths, loops, conditions for memory
leaks, errors and to find whether the code has met ANSI
standards or not.
Programmer is a better choice to do white box testing as he
understands the code well.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / vicky
Mostly White box testing is performed by developer because
he can easily understand his code ...but in this case their
is problem of lack of objectivity because while testing he
may not find his own faults.....
| Is This Answer Correct ? | 1 Yes | 0 No |
where can i find latest software quality interviews questions
What is test stratergy?
how will u know whether ur reported bug is accepted r rejected?
-What do you think about unit testing? -How do you assure quality of the code you release? -How do you release software?
How would you prepare the test plan without srs?
I test change password field for a application.But it accept new password same as old password. Is it not a issue??I raise this issue but developer team mark invalid.
What is agile testing and what is the importance of agile testing?
Mention some of the types of software testing?
which comes first test strategy or test plan?
What are points should consider at the time of reviews?
Negative testcases for salary application..
What is the difference between GUI and UI testing?