Unit testing is Module wise testing of Application. As Unit
testing is done by Programmer this testing is done for code
testing i.e. White box testing. On the other side Manual
testers do manual testing for it i.e. Black Box testing
Unit testing is usually done by programmers to test their
code changes and it requires detail knowledge of the the
internal program code.I think it comes under white box
testing.
HI,
In the unit testing we take a small piece if coede and test
it apart from rest of the whole application.It comes under
both black box testing and white box testing.
nitin9360@yahoo.com
Hi
Unit testing is testing individual module fo an
application.it is done by developers.it comes under white
box testing.In black box testing we test the functinality
or behavior of an application.we dont have the internal
knowledge of the application.where as in white box testing
basic path coverage,loops and funtions written in coding
Soon of the code is complited the developer will strat the
unit testing. it is a method of microscale of testing.that
means each line of the code will be tested to the rectify
the error.unit testing comes under white box testing.it is
done by the developers.
in these unit testing normaly comes some erros
incorrect initalijation.
mixed mode operationes.
Unit Testing is purely a white box testing technique. Here
in unit testing we test the functionality of the small peace
of code developed by the developers.
Each and every developers check there code (Unit
testing) to confirm themselves that they work done is
working fine.
In unit testing we check for code coverage testing which
further consists of loop coverage, statement coverage, path
coverage, there functionality and mutation testing. is there
any unwanted or repeatable variable assigned or not.
for each unit test the developers test the exact
functionality and is not realted to any black box technique.
it is purely a white box testing.
Hi
What are the toold used for Manual testing?
what are the tools used for defects/bug trackeing in Manual
testing?
I would appreciate if you can give some examples.
Thankyou
Sunitha.
Acceptance testing is designed whether or not the software
is FIT for the user to use. The concept of FIT is important
in both design and testing. There are four components of FIT
.what r they
How should I manage the test cases?
Should I have to write Version/Build number in the test
cases against test cases which is get modified for that
build/version.