| Topic :: |
Unit Testing |
|
Topic Submitted By :: User1 |
| |
Reply Posted By |
| |
|
Re: Unit Testing |
Reply # 1 |
testing a small part of the application is called unit
testing.  |
Ravi |
| |
|
Re: Unit Testing |
Reply # 2 |
The Unit Testing is done by the Devlopers before giving to
the Testers.  |
Sridhar.m |
| |
|
|
| |
| |
|
Re: Unit Testing |
Reply # 3 |
testing each and every microfield of an application is
called unit testing  |
Raj |
| |
|
Re: Unit Testing |
Reply # 4 |
testing each and every microfield of an application is
called unit testing  |
Raj |
| |
|
Re: Unit Testing |
Reply # 5 |
unit testing is a process carried out by the developers
where basic units are given to the application and tested  |
Rsenthil Kumar |
| |
|
Re: Unit Testing |
Reply # 6 |
Testing of each and every part indivdually called Unit
Testing. Unit Testing is done by Developers before giving
the application to Testers.
 |
Medpalle |
| |
|
Re: Unit Testing |
Reply # 7 |
During this phase Developers will verify the correctness of
a single component.
It is also called as Module or Component testing  |
Sushma |
| |
|
Re: Unit Testing |
Reply # 8 |
unit testing conducted by development people conducted on
single module  |
Ravinder |
| |
|
Re: Unit Testing |
Reply # 9 |
combining all the induvidul module to from a uniqe module
is known as unit testing  |
Raghavender |
| |
|
Re: Unit Testing |
Reply # 10 |
Unit testing doing by developer. It is first level of
dynamic testing. Developer test build one module.  |
Vijay Bariya |
| |
|
Re: Unit Testing |
Reply # 11 |
waht is a unit testing ?
why be needs of unid testing.
and define the terms of unit testing or function.  |
Rahul Kumar |
| |
|
Re: Unit Testing |
Reply # 12 |
Unit testing is a verification effort on the smallest unit
of the software design the software component or module  |
Chinmay |
| |
|
Re: Unit Testing |
Reply # 13 |
Unit testing is a verification effort on the smallest unit
of the software design the software component or module  |
Chinmay |
| |
|
Re: Unit Testing |
Reply # 14 |
Testing an Individual program or component is known as UNIT
TESTING (or) MICRO TESTING. (or) PROGRAM TESTING.
This type of testing is undertaken by Developers.They will
test for the program correctness
It is classified into 3 types:
(i)Execution Testing
(ii)Operation Testing
(iii)Mutation Testing (Mutation means Change)
i)Verifying the logic of the program.(statement
coverage,loop coverage,conditional coverage,programme
technique coverages)
ii)Checking whether the program is running on the customer
expected platform(ie OS,Compilers,Browser etc.)
iii)To check whether the program is responding to the
changes or not.
If u still have any doubts mail me at keerthi.emb@gmail.com  |
Keerthi Vardhan |
| |
|
Re: Unit Testing |
Reply # 15 |
Functional and reliability testing in an Engineering
environment. Producing tests for the behavior of components
of a product to ensure their correct behavior prior to
system integration.  |
Jaisimha Choudary |
| |
|
Re: Unit Testing |
Reply # 16 |
unit testing is typically done by the developer
this is used to test the small unit of the code or micro
unit of the code
this can be done after developing the code
developer needs to follow the following points in unit
level testing
1)Logic
2)Coding Conventions
3)Reusability
4)Standards  |
Mreddy |
| |
|
Re: Unit Testing |
Reply # 17 |
Unit testing
In which the individual unit of the s/w are
tested.to show that indidual parts are corect..
It is done by the developer
unit testing is also called component teting, module
testing, program testing, Isolation testing
thanks
kaveri  |
Varsha06 |
| |
|
Re: Unit Testing |
Reply # 18 |
Testing of Small module of a Project is called as unit
testing, it's the work of Developer....  |
Amaresh Ch Das |
| |
|
Re: Unit Testing |
Reply # 19 |
It is defined as an intial level of testing in which once
the unit’s developed it will be tested for its
correctness,if it justify the requirements
it belongs to whitebox tetsing and is done by developers.
 |
Koteswar_123@yahoo.co.in |
| |
|
Re: Unit Testing |
Reply # 20 |
Visit Below link to Know Answer
http://www.fullinterview.com
 |
Kris |
| |
|
Re: Unit Testing |
Reply # 21 |
Unit testing is testing of every part and unit of the
application, every step in the application.Testing is
conducted bit by bit.We as a testers need not worry about
unit testing cuz it is done by developers in sdlc.  |
Abidi |
| |
|
Re: Unit Testing |
Reply # 22 |
Unit testing is testing of every part and unit of the
application, every step in the application.Testing is
conducted bit by bit.We as a testers need not worry about
unit testing cuz it is done by developers in sdlc.  |
Abidi |
| |
|
Re: Unit Testing |
Reply # 23 |
Unit testing is the first testing level of testing life
cycle. the source code is divided into modules, which are
further divided into smaller parts, called units. the
testing done on these units is called unit testing. unit
testing is typically done by developers, not by testers
because it requires a detailed knowledge of internal
program design and code.  |
Mr. Nadim |
| |
|
Re: Unit Testing |
Reply # 24 |
Unit Testing is done by developer as soon as he develops a
program ie coding ,its called initial checking of code
.Developer tests the program (coding)satisfying the
functionality or not.  |
Nesar Ahmed |
| |
|
Re: Unit Testing |
Reply # 25 |
Unit testing is the nothing but testing carried out to check
the code is executed properly
Unit testing is an smallest testable part of an application
Unit testing is done by developers  |
Abhi |
| |
|
Re: Unit Testing |
Reply # 26 |
unit testing is a micro level of testing.after writing the
code developer itself conducting the testing.  |
Nani |
| |
|
Re: Unit Testing |
Reply # 27 |
Unit Testing Fragments of hole testing but it most part
applications that build wonders building as drop drop make ocean.  |
Rishi Kumar Tiwari |
| |
|
Re: Unit Testing |
Reply # 28 |
Component testing is a level of testing which searches for
defects in and verifies the functioning of software
components
(e.g. modules, programs, objects, classes etc.) that are
separately testable.
It is also known as unit, module and program testing.
Component testing may be done in isolation from the rest of
the system depending on the context of the development life
cycle and the system.
Most often stubs and drivers are used to replace the missing
software and simulate the interface between the software
components in a simple manner.
A stub is called from the software component to be tested.
A driver calls a component to be tested.  |
Sitam Jana |
| |
|
Re: Unit Testing |
Reply # 29 |
Component testing is a level of testing which searches for
defects in and verifies the functioning of software
components
(e.g. modules, programs, objects, classes etc.) that are
separately testable.
It is also known as unit, module and program testing.
Component testing may be done in isolation from the rest of
the system depending on the context of the development life
cycle and the system.
Most often stubs and drivers are used to replace the missing
software and simulate the interface between the software
components in a simple manner.
A stub is called from the software component to be tested.
A driver calls a component to be tested.  |
Sitam Jana |
| |
| |
| |
| |
| |