what is unit testing? It comes under white box or Black Box
testing?
Answer Posted / abdul.sameer
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.
| Is This Answer Correct ? | 17 Yes | 5 No |
Post New Answer View All Answers
What are the benefits of requirement traceability?
What is AGP?what is setup.inf?What are the ways to install driver?
What is white box testing, and what are the various techniques?
Can you please provide me the standard testcase review templete and Test plan templete.In my company we are not following any Standards templete so.Please guve me some Excell attachments.
1.For a single module how many builds are possible 2.what will be the max or min time to finish up an single module
Diffrernce between client server testing and web server testing.
what is the difference between Test-bed and test topology?
What is bug priority?
What is an end-to-end testing?
what are the test bugs
What is strategy to be followed for execution of 500 Test Cases in One day. If only 1 Resource is available.
write a testing stratgy \ approach for a product that you are use every day (e.g gmail, out look etc)
What exactly you do as a Configuration controller?
Explain stub in testing point of view?
Q) Create Preffered customer: As a customer when i purchase more than $5000 in goods since my first purchase, I become a preffered customer so that i can receive the benefits associated with that status.