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...


What is Difference between White-box Testing and Unit
testing?

Answers were Sorted based on User's Feedback



What is Difference between White-box Testing and Unit testing?..

Answer / saranya rajaram

White Box testing is a testing technique.

Unit testing is a testing level.

White box testing technique is used in unit testing level.

Its because,in Unit testing we test the individual
module logic(Code).White box testing is atechnique used to
test the code.so we use white box testing in unit testing
level...

Is This Answer Correct ?    29 Yes 3 No

What is Difference between White-box Testing and Unit testing?..

Answer / sowmya

Unit testing is testing a module by the developer which was
developed by him.and white box testing is alos done by the
developer for checking the functions,basic path
coverage,loops of the application.IF tester has some
programming knowledge then he can also do the white-box
testing.

Correct me if i am wrong

Is This Answer Correct ?    18 Yes 3 No

What is Difference between White-box Testing and Unit testing?..

Answer / priya

White box testing (a.k.a. clear box testing, glass box
testing, transparent box testing, or structural testing) is
a method of testing software that tests internal structures
or workings of an application as opposed to its
functionality (black box testing). An internal perspective
of the system, as well as programming skills, are required
and used to design test cases. The tester chooses inputs to
exercise paths through the code and determine the
appropriate outputs. It is analogous to testing nodes in a
circuit, e.g. in-circuit testing (ICT).
While white box testing can be applied at the unit,
integration and system levels of the software testing
process, it is usually done at the unit level. It can test
paths within a unit, paths between units during
integration, and between subsystems during a system level
test. Though this method of test design can uncover many
errors or problems, it might not detect unimplemented parts
of the specification or missing requirements.
White box test design techniques include:
a. Control flow testing
b. Data flow testing
c. Branch testing
d. Path testing

In computer programming, unit testing is a method by which
individual units of source code are tested to determine if
they are fit for use. A unit is the smallest testable part
of an application. In procedural programming a unit may be
an individual function or procedure. Unit tests are created
by programmers or occasionally by white box testers.
Ideally, each test case is independent from the others:
substitutes like method stubs, mock objects, fakes and test
harnesses can be used to assist testing a module in
isolation. Unit tests are typically written and run by
software developers to ensure that code meets its design
and behaves as intended. Its implementation can vary from
being very manual (pencil and paper) to being formalized as
part of build automation.

Is This Answer Correct ?    9 Yes 0 No

What is Difference between White-box Testing and Unit testing?..

Answer / sunithayagnamurthy

whitebox testing:
whitebox testing means to test the internal
functionality.it test coding....Every whitebox tester
should have coding knowledge.....

Unit testing:
Unit testing means to test the module wise
testing ..It test single pice of code or module....
some times it test whitebox test engineer or developer
Unittesting contains fallowing coverages
1.statment coverage
2.Loop coverage
3.branch coverage
4.functional coverage
statment coverage:
This statment test the statment is correct
or not
loop coverage: this statment test the loop is correctly
working or not like if,while ,whileloop etc
branch stament :this statment test the conditional statment
working correctly or not
functional coverage: the functional staments working
correctly or not
this is the unit testing

Is This Answer Correct ?    5 Yes 5 No

What is Difference between White-box Testing and Unit testing?..

Answer / savita

unit testing:testing the module of the application and it
is done by the developer....
white box testing :testing the application that is to go
through the code .it is done by the developers,there are
different types of white box testing loop testing,condition
testing,performance testing,memory testing etc..white box
testing is also called as structured testing,closed
testing,unit testing,glass testing

Is This Answer Correct ?    5 Yes 5 No

What is Difference between White-box Testing and Unit testing?..

Answer / murali

white box testing is a coding level testing technique.
during integration of all programms and modules technical
testers will conduct white box testing. it is also known as
glass box testing/clear box testing/program
phase/structural logic testing/fagun testing. white box
testing classified into 3 types they are
1.unit testing:
one program testing is called unit testing. it is also
known as micro testing/ component testing/program tesging.
it is also classified into 3 types:
1.execution testing:
run the programm under developer configuration to check
whether the program correctly responding or not.
2.operation testing: run the programm under customer
expected configuration to check whether the programm is
correctly responding or not.customer expected configuration
(OS, compilers, browser, other system s/w)
3.mutuation testing: mutuation means a change in a
programm. after making changes in programm technical tester
will go to run the programm in both configurations
(customer and developer) to check whether the programm is
correclty responding or not with respect to changes.

other two white box testings are:
module testing and integration testing. module testing is
nothing but testing couple of programmes. during
integration of main and sub modules technical testers will
conduct integration testing.

Is This Answer Correct ?    6 Yes 10 No

Post New Answer

More Manual Testing Interview Questions

what is role of the tester in an organaisation and project? what is the daily work of tester?

3 Answers  


1. Hai, if we are not having any SRS,BRS docs., how can we prepare the test cases & how can we test the application ? 2. In this, is it possible to make 100% bug free.

4 Answers  


who is releasing the project?PM/TL?

3 Answers  


Suppose you have given less time and you have quite few test cases to run what will your steps to resolve this issue.

1 Answers  


you are testing with daily builds,you installed the latest build today and what will you do if the application shortcut is not launching?

2 Answers   Amazon,


suppose if you are in ATM center and if you withdraw an amount of rs. 10000/-, you get a message to your mobile for deduction of amount but you did not receive any amount from ATM machine. What will you do? How do you rise a defect?

3 Answers  


What is security testing? How to test the web application using security testing ?

5 Answers   Miracle Solutions,


When a website is ready and you are asked to test it what will u do?If you don't have any requirements and your team manager also doesn't have any requirements?

0 Answers  


What is bug release notes? ....What does Bug release notes contain?

2 Answers  


What is selenium why we are using Selenium with examples?

2 Answers   L&T, Student, Trident,


what is traceabiity matrix

4 Answers   nvidia, Wipro,


How to test an Scheduled event? For ex: in an investment banking application, the scheduler will create an equity anbd user has nothing to do but tester has to test if the instrument is created properly or not?

0 Answers  


Categories