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 |
Waht are Data sets?
In a systen design to work out the tax to be paid: An employee has Rs 4000 of salary tax free. the next Rs 1500 is taxed at 10% , the next Rs 28000 is taxed at 22% , any further amount is taxed at 40% , the nearest whole Rs, which of these is a valid boundary value analysis test case ???? a)Rs 1500 b)Rs 32001 c)Rs 33501 d) Rs 28000.
Explain compatibility testing with an example.
Wells Fargo Testing interview If we are told to perform only regression testing on a software application and not to do sanity testing , then what could be the nature of your software application.
Wht is the use of vss (management tool)
What is the purpose of a test completion criterion? What is the purpose of a test completion criterion? a) to know when a specific test has finished its execution b) to ensure that the test case specification is complete c) to set the criteria used in generating test inputs d) to determine when to stop testing
Can you explain the pdca cycle and where testing fits in?
How soon the bug should get fixed?
what is testing techniques,testing methodology,test packs,how are they differentiated?
Hi Friends... Can any one tell me how many functional test cases we can write for basic login page.. Thanx in advance..
list of methods that is used to document the requirements of a software.
Hi, Can anyone suggest a test case writing technique for the below scenario. 1. User draws a lines on the image 2. User selects the lines and right clicks ( Measuremnts like distance between the start and the end point, coordinates of start point and coordinates of end point) 3. User selects one of the measurement Measurement is displayed Just want to highlight, i am looking for a test case writing technique for above scenario.