why do you go for white box testing when black box testing
is available?
Answers were Sorted based on User's Feedback
Answer / madhukar9823
White box testing is different and Black Box testing is
different, we cannot compare both, white box testing can
done by the development team and black box testing can done
by the testing team, by doing white box testing the
developer can understand the how many statements coverage
and what kind he has written can be done in white box
testing, in black box testing the test engineer can test
system testing, functional testing.
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / bibhu
Blackbox testing based upon user requirement document.Enter
the input data and processed and check the output.And check
the functionality based upon the user requirement documents.
By the help of black box testing we can verified
functionality testing, UI testing.
White box testing based upon the internal desgin of the
s/w. we can conduct path,conditional,data flow and loop
testing.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / siri
the purposes of white box testing and black box testing are
different.white box testing is a positive testing done by
the developer to check the code,algorithm,statements, data
flow and the functionality of the application.
in black box testing the tester does not need to know and
test the internal design or the written code of the
application; the tester tests the application for the
functionality and specified requirements using positive and
negative scenarios.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / priti chandel
White box testing is generally done by developers , in
white box testing developers do the unit testing of
implemented code and Black box testing done by SQA team in
which all type of testing done like Integration, System
testing and Functionality Testing
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / roopesh
Black box testing is done by testers & white box testing are
done by system developers,
But in some cases white bot testing are completed
successfully but in error are occurred while doing black box
testing in customers environment , So both the testing are
useful .
We can not depend upon any one of them.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / naveen
White Box testing done by developers
Black box testing done by SQA team
Why an white box testing is done even though a black box
testing happens
Basically the white box testers do an positive flow testing
and main functionalities/Modules to be tested like an unit
testing but Black box testers do an complete functionality
testing with Postive and negative scenarios
| Is This Answer Correct ? | 0 Yes | 0 No |
Can anyone give me a sample bug report, Iam right now taking training on Testing Tools.
Do I have to write separate test cases for entering special characters, blank space, numbers in First name field ? Or should I create single test case for it? If yes then how?
1)does we need any web server for executing web application or project. 2)do we need any web server to run a build
Can anyone tell me the test scenario for railway reservation online booking. I need all test scenario.... please friends help me.
As a testing engineer what to do if same defect is occured again in the software??
what are reviews in sdlc?
How any person can be a software tester, if he/she is not having software knowledge?
You must test a trouble report where the problem cannot be reproduced. You tried using various test data files and mutations from the data files the customer sent along with the trouble report. The software does not fail the way it did at the customer's site.
can anyone please tell me how to test the functional specification?
what are testing Techniques? Pls answer
What about the test case if the field only takes a certain number of characters or a minimum number?
Can you do system testing at any stage of sdlc?