Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Differences Between Whitebox testing and Blackbox testing

Answers were Sorted based on User's Feedback



Differences Between Whitebox testing and Blackbox testing..

Answer / rajendra

White Box Testing:Means testing the application with
coding /programming knowledge.That means the tester has to
correct the code also.

Black box testing:testing the application without
coding /programming knowledge that means the tester doesn't
require coding knowledge.Just he examines the appliaction
external fucntional beheaviour and GUI features.

byee friends
Rajendra
rajendra_penumalli@yahoo.com

Is This Answer Correct ?    356 Yes 32 No

Differences Between Whitebox testing and Blackbox testing..

Answer / jagadeesh

White box testing is done by the Developers. This requires
knowledge of the internal coding of the software.

Black box testing is done by the professional testing team.
This does not require knowledge of internal coding of the
application. Testing the application against the
functionality of the application with out the knowledge of
internal coding of the software.

Is This Answer Correct ?    220 Yes 42 No

Differences Between Whitebox testing and Blackbox testing..

Answer / jocky garg

Black box testing is done by any member of test team.because
you do not require any knowledge of coding part.in which you
have to check only its functionality and GUI


In white box testing you need good knowledge of the coding
part.it is done only by developers

Is This Answer Correct ?    97 Yes 9 No

Differences Between Whitebox testing and Blackbox testing..

Answer / ramana

Whitebox Testing:It is done by developers.It typically
involves in coding.In this Testing developers concentrates
on internal structure of the program and justifgies whether
that program is correct or not.
Blackbox testing: It is done by seperate Testing team. in
this testers validates the developed application by
execution of testcases and finding Bugs and send error
reports.

Is This Answer Correct ?    102 Yes 26 No

Differences Between Whitebox testing and Blackbox testing..

Answer / ravi garg

(1)Generally black box testing will begin early in the
software development i.e. in requirement gathering
phase itself.
But for white box testing approach one has to wait for
the designing has to complete.

2)We can use black testing strategy almost any size either
it may be small or large.
But white box testing will be effective only for small
lines of codes or piece of codes.

3)In white box testing we can not test Performance of the
application.
But in Black box testing we can do it.


4 )In general we have to write large quantity of test
cases for whitebox.
But in black box its a selcection of sample test cases.

Is This Answer Correct ?    91 Yes 29 No

Differences Between Whitebox testing and Blackbox testing..

Answer / amit

In blackbox testing no knowledge of code is required and
with the little knowledge of the code thats called
'greybox'testing...



Whitbox testing that is related to structual knowledge
whereas Blackbox Testing that is related to funtional
knowledge.....

Is This Answer Correct ?    67 Yes 22 No

Differences Between Whitebox testing and Blackbox testing..

Answer / rajeshwar rao

White box testing is nothing but coding.
It focus on the program part. Rather then finicality.
Black box testing is nothing but funcnality .
It focuses on the funcnality part rather then the program
part.

Is This Answer Correct ?    67 Yes 31 No

Differences Between Whitebox testing and Blackbox testing..

Answer / localp

In Black Box testing, maintainability is hard, as when the User Interface constantly change the inputs also will have to change. In White Box Testing maintainability will be much easier than Black Box test as it deals with the underline codes, and a user Interface will not affect maintainability of the program.

Is This Answer Correct ?    46 Yes 14 No

Differences Between Whitebox testing and Blackbox testing..

Answer / m.v.s. prasad

WHITE BOX TESTING- In this the structural part of the
application is verified.
Role- developer

BLACK BOX TESTING- In this the functional part of the
application is verified.
Role- Tester

Is This Answer Correct ?    5 Yes 1 No

Differences Between Whitebox testing and Blackbox testing..

Answer / karthik

Black-box: This testing methodology looks at what are the
available inputs for an application and what the expected
outputs are that should result from each input. It is not
concerned with the inner workings of the application, the
process that the application undertakes to achieve a
particular output or any other internal aspect of the
application that may be involved in the transformation of an
input into an output. Most black-box testing tools employ
either coordinate based interaction with the applications
graphical user interface (GUI) or image recognition. An
example of a black-box system would be a search engine.
You enter text that you want to search for in the search
bar, press &#8220;Search&#8221; and results are returned to you. In such
a case, you do not know or see the specific process that is
being employed to obtain your search results, you simply
see that you provide an input &#8211; a search term &#8211; and you
receive an output &#8211; your search results.
White-box: This testing methodology looks under the
covers and into the subsystem of an application. Whereas
black-box testing concerns itself exclusively with the
inputs
and outputs of an application, white-box testing enables
you to see what is happening inside the application.
Whitebox
testing provides a degree of sophistication that is not
available with black-box testing as the tester is able to
refer
to and interact with the objects that comprise an
application
rather than only having access to the user interface. An
example of a white-box system would be in-circuit testing
where someone is looking at the interconnections between
each component and verifying that each internal
connection is working properly. Another example from a
different field might be an auto-mechanic who looks at the
inner-workings of a car to ensure that all of the individual
parts are working correctly to ensure the car drives
properly.
The main difference between black-box and white-box
testing is the areas on which they choose to focus. In
simplest terms, black-box testing is focused on results. If
an action is taken and it produces the desired result then
the process that was actually used to achieve that outcome
is irrelevant. White-box testing, on the other hand, is
concerned with the details. It focuses on the internal
workings of a system and only when all avenues have
been tested and the sum of an application&#8217;s parts can be
shown to be contributing to the whole is testing complete.

Is This Answer Correct ?    5 Yes 3 No

Post New Answer

More Manual Testing Interview Questions

1.hi plz can u tell me some tesyt case for creating a new folder and rename that folder 2. second plz send me some test cases for a msword file and for "save as option"

1 Answers  


how can u differentiate intgration test cases with functional test cases

4 Answers   TCS,


what is the difference between test bed & test environment.

2 Answers   TCS,


Could Login Id field accept special characters?

3 Answers  


How we make scripts for unit testing with Nunit.

0 Answers  


What is Testers role in a s/w firm?

3 Answers   winfoware,


what is the difference between water fall and v model ?

3 Answers  


what is inspection,walkthrough and review

0 Answers   IBM, iGate,


Contents in Tracebility matrix?

14 Answers   JVS, NIIT, TCS,


Suppose there are three modules A-B-C, the output of A is responsible for B and output of B is responsible for C and if A & C is not ready & B module is ready then how can u check Module B

5 Answers   CVC, Global Logic,


1. can u explain about testing levels and its type with example? 2. First explain about both testing.then difference B/W sanity and smoke testing? 3. Explain about integration , functional , system testing? 4. what are methods use to writing test cases?

2 Answers   Wipro,


1.what is Exhaustive Testing, Statement Testing, coverage Testing, Decision Testing & Condition Testing?

0 Answers  


Categories