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 the difference between unit testing and
functionality testing ?

Answers were Sorted based on User's Feedback



What is the difference between unit testing and functionality testing ?..

Answer / sunithayagnamurthy

Unit testing:
Unit testing means It tested single peace
of code or module....
This test is conducted or white box test
enginner.whitebox test engineer should have internal skills

Functionality Testing:
Functionality testing Means it tested all the
functionality is working or not according to the customer
requirment ......this is called Functionalty testing

Is This Answer Correct ?    17 Yes 2 No

What is the difference between unit testing and functionality testing ?..

Answer / narendra

unit testing is performed by developer (or) white-box
testers.

functionality testing is performed by black-box testers

Is This Answer Correct ?    20 Yes 6 No

What is the difference between unit testing and functionality testing ?..

Answer / madhav

unit testing means testing the application by module
wise.it is also called as component testing.it includes
statement coverage,branch coverage,loop coverage.

Functionality testing means testing the application wrt
funtional req.

Is This Answer Correct ?    16 Yes 4 No

What is the difference between unit testing and functionality testing ?..

Answer / rahul1st

Unit testing means testing the piece of code..

functonality testing means testning system functionality.
testing the overall and perticularbehaviors and functions.

Is This Answer Correct ?    8 Yes 1 No

What is the difference between unit testing and functionality testing ?..

Answer / sudhakar8

In Unit Testing Tester is supposed to check each and every
micro function.In most case the Developer will do this
Functionality testing is to test against system
requirements and confirm that all the requirements are
covered.

Is This Answer Correct ?    10 Yes 4 No

What is the difference between unit testing and functionality testing ?..

Answer / mahesh

At Coding Stage, programmers are verifying the internal
structure of every program with the hwlp of white box
testing techniques

Balck box type testing geared to functional requirements of
an application; this type of testing should be done by
testers. This doesn't mean that the programmers shouldn't
check that their code works before releasing it(which of
course applies to any stage of testing)

Is This Answer Correct ?    6 Yes 2 No

What is the difference between unit testing and functionality testing ?..

Answer / anjani dubey

Unit testing means testing the application by module
wise. In this testing covers statement coverage, branch
coverage, component and loop etc.
Unit testing covered by only developer.

Functionality testing means testing the application with
respect to function wise.

Is This Answer Correct ?    4 Yes 2 No

What is the difference between unit testing and functionality testing ?..

Answer / yauri

I'd like to add more explanation about unit testing here as following:
unit testing is whitebox test which is used to test the single piece of code or module (commonly it will be a method of a class). But, in unit test, we are suppose to not using the high resource (e.g. database, web service, etc) and even we don't need to start the server (whole of the application). So, if there's a dependency with the secondary object (a.k.a collaborator), we can use "Test Double" technique (either Dummy, Fake, Stub, Mock). Usually i use Mock objects (e.g. mockito, power mock, easy mock, etc) to replace the real object for testing purpose.
And please notice that basically we can do the unit testing either after writing the production code or before writing any production code.
In extreme programming, we will write the unit test first before write any production code (read Uncle Bob's book ^_^). Commonly it recognized as "Test Driven Development".

Is This Answer Correct ?    3 Yes 1 No

What is the difference between unit testing and functionality testing ?..

Answer / arun

->unit testing is performed by "Developer" ,after writing the code
-> Functional testing is performed by "Tester" .

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Manual Testing Interview Questions

Wht is the Test Driver used in Integration Testing. Anybody can expalin in Detail. Thanks in advance.

6 Answers   TCS,


If you have 2 versions of a software (v1.0 & v1.1) and you are testing v1.0. How do you confirm that the defects found in v1.0 have been fixed and have not migrated to v1.1 ?

3 Answers   BN, Indi Shopee, Symphony,


When u will start writing test cases?who will intemate u ,to write test cases?if the requirements changes day by day what will u do allready written test cases?

2 Answers   CSC,


tell about build process???how do u get abuild?? what u l do when u get a build??

2 Answers   FIC, IBM,


please tell me the test cases for the following scenario 1. Two windows are there in one window pin code text box and ok button will be there.... we need to enter the pin code no and then click on ok........ basing on this in second window post offices address should come...........what are the imp test cases for that.....

9 Answers   IBM,


HI, I have joined in a new testing company. Can anyone suggest me how to go through all testing related web sites and become an expert in testing?

1 Answers  


We can check many things in one test case, then Is it necessary to write separate test case for checking each functionality? Example : For Login Window --> Test Case is---> 1) Enter valid user id & password --> For this expected result --> 1) User should login. My question --> while executing above valid test case, we can expect more than one result such as "Visibility of password should be as ****" So Should I have to write separate test case for "Visibility of Password" OR Not? Please guide me properly.

5 Answers  


how to write testcase for this particular textbox.i have textbox and it accepts only values from 1-9.how to write testcases for this using bva and ecp?need some more testcases any sites which provide testcases information? mainly for webapplication.

3 Answers  


Why must we use Tester to test software instead of BA, Developer?

2 Answers  


what is the difference between stress and load testing

6 Answers  


In one company they ask if u get a job in CTs or any other concern, will u quit immediately? for that i have answered, but still i want ur answer to answer to tackle this questions in future?

3 Answers  


What is database testing?

5 Answers   Captronic, TCS,


Categories