how do i know that i have to do white\Black box testing
Answers were Sorted based on User's Feedback
Answer / karthick
Hey its very simple,
You have to perform in coding level of testing, it is called
white box testing where as you have perform in behavior of
application like., functional level, it is called block box
testing.
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / sameer dongre
It's totally on your experience,White box testing is
tested when you have good knowldge of Coding
(Develpoment),either you have to with black box testing.Its
never happens that your senior tell you to go for white
box.So don't be bothered for that.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / vignesh
white box testing would be done by the developers since it
demands coding knowledge. so white box testing techniques
are branch path testing, basis path testing. As far as
black box testing is concerned, it is mostly done by the
functional testers. Those who have very good understanding
on the domain they would be testing. Black box is like a
non-transparent box, where the tester only knows what to
input and what to get as an output and whatever happens
inbetween is a black box for the tester.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / dasaradh
Unit and Integration Testing will be come under whitebox
testing[This should be take care by developers].Coming to
system testing will be treated as block box testing.
| Is This Answer Correct ? | 0 Yes | 3 No |
What is the initial stage of testing?
how to do manual testing on an application which is in several languages
How can you optimize the Test Case.
hi.i joined in a software testing course recently.but i dnt knw 'c' or 'c++',would it mind? my stream is ece. so i just had a C&DS IN OUR 1ST SEMESTER.
Process in ur company??? Y only V?? y not waterfall and spiral??? tell me advantages and disadvantages??
is it possible web application make it as executable file
Can u any 1 please explain the below question and answer? Given the following code, which statement is true about the minimum number of test cases required for full statement and branch coverage? Read p Read q IF p q > 100 THEN Print "Large" ENDIF IF p > 50 THEN Print "p Large" ENDIF a) 1 test for statement coverage, 3 for branch coverage b) 1 test for statement coverage, 2 for branch coverage c) 1 test for statement coverage, 1 for branch coverage d) 2 tests for statement coverage, 2 for branch coverage
How can we test a web application meant for Dump and Deaf???
What are the various test case for google analytics, api keys , pay pal if you know please post me a answer. And how we will test
What is a testing process / lifecycle?
waht is deffect?
plz tell me the difference b/w PB/MF based appl.with examples. Thanks