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 are the different strategies for rollout to end users?
if google wants to introduce the third button along with "search" and "iam feeling lucky",what u will propose and how will u test it?
What is "V-n-V" Model ? Why is it called as "V"& why not "U" ? Also tell at what Stage Testing should be best to stared?
What is test description and documentation?
What is the role of QA in a project developement?
what is regression testing and what is system testing? whaen we will do the regression testing and when we will do the system testing?
how to test manually from date and todate selection from calender
What is decision table testing?
What is alpha testing and beta testing?
what is difference between test strategies and test data ?
What is Check list for review test cases ?
what is Entrance and Exit criteria ?