what is unit testing? It comes under white box or Black Box
testing?
Answers were Sorted based on User's Feedback
Answer / ramireddy
unit testing is done by the programmer for encounter errors in programmming and it comes under white box testing.it do not comes under black box testing
| Is This Answer Correct ? | 2 Yes | 4 No |
Answer / krk
unit Testing is a level of the software testing process where individual units/components of a software/system are tested. The purpose is to validate that each unit of the software performs as designed.
A unit is the smallest testable part of software. It usually has one or a few inputs and usually a single output. In procedural programming a unit may be an individual program, function, procedure, etc. In object-oriented programming, the smallest unit is a method, which may belong to a base/super class, abstract class or derived/child class. (Some treat a module of an application as a unit. This is to be discouraged as there will probably be many individual units within that module.)
Unit testing frameworks, drivers, stubs and mock or fake objects are used to assist in unit testing.
METHOD
Unit Testing is performed by using the White Box Testing method.
When is it performed?
Unit Testing is the first level of testing and is performed prior to Integration Testing.
Who performs it?
Unit Testing is normally performed by software developers themselves or their peers. In rare cases it may also be performed by independent software testers.
| Is This Answer Correct ? | 3 Yes | 5 No |
Answer / guest
Basically unit testing is done by the development team.so it
comes under white box testing.Black box testing is done by
testing team.
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / nitin verma
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
| Is This Answer Correct ? | 5 Yes | 8 No |
Answer / guest
it is a coding level testing done by the programmers using
white box technique testings
| Is This Answer Correct ? | 3 Yes | 6 No |
Answer / rajeshwar rao
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.
| Is This Answer Correct ? | 3 Yes | 6 No |
Answer / jatinbhopale
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
| Is This Answer Correct ? | 2 Yes | 7 No |
Answer / baba
Unit Testing is Testing the smallest Unit or block of code.
Unit is defined as collection of segments.
It comes under Both White and Black Testing
| Is This Answer Correct ? | 7 Yes | 17 No |
I have 2 years of exp. in testing and looking for a change if any body knows, about any vacancy in testing then plz contact me on deepti_ac@yahoo.co.in
What is the initial stage of testing?
what type of bugs u found commonly in ur project?
give examples of incremental testing?
Hi! I have got an expirence of a year in Software(manual) testing...Kindly let me if there are any openings for the same,location :MUMBAI..i have got a knowledge of C++,sql (basic),java,and have done a automation testing course..
How many test scripts can you prepare per a day?
What will you do when you were given two different projects and asked to complete them at same time?
How can data caching have a negative effect on load testing results?
what is master review and peer review
Dear Friends, Hi this is anand. I HAVE 2+ YEAR REAL TIME WORKING IN TESING.want some interview question like real time question which will place in Testing team. in my company no testing team like other software company. Some situation interveiw question. Eg: If Testing team is complete the testing. when the Testlead testing the appliction system testing at that time he found some error. what the testlead will do? a. he will see the testcase --> SRS b. he will see the bug report-->testcase-->SRS c. he will ask the TESTENGINEER PLS REPLY ME
write test case for gmail login page
Amounts not dispatch in ATM what are all scenario to test?