What is Component Testing?
How to do Component Level Testing?

Answers were Sorted based on User's Feedback



What is Component Testing? How to do Component Level Testing? ..

Answer / gaumzi

Component Testing means testing the component of the
system.A group of components is known as module.So a tester
always starts his/her testing from the basic level i.e
component of the application.

Is This Answer Correct ?    79 Yes 13 No

What is Component Testing? How to do Component Level Testing? ..

Answer / gautam vasisht

Component Testing means Module Testing i.e we are testing
each module or component differently. suppose there is one
project which consists of 10 components and we are testing
each component differently then it is known as component
Testing, after component Testing Integration Testing is
done. while doing Black Box Testing or White Box Testing by
Tester first of all Component Testing is done.
Component Testing-Integration Testing-System Testing
The above is the actual scenerio before component Testing
Unit Testing is done by the developers.
While doing Unit Testing the Developers runs each
functions/method of the Component/Module.

Is This Answer Correct ?    50 Yes 4 No

What is Component Testing? How to do Component Level Testing? ..

Answer / ksuresh_999

Component Testing : Testing of individual software components.


Ex :- you have different functionalities (modules/sub
modules), those are either satisfying customer requirements
or not. (BRS/SRS/FS)

Is This Answer Correct ?    54 Yes 16 No

What is Component Testing? How to do Component Level Testing? ..

Answer / navdeep kaur

component testing: the same as unit testing except that all
stubs and simulators are replaced with the real thing.

Is This Answer Correct ?    34 Yes 11 No

What is Component Testing? How to do Component Level Testing? ..

Answer / hariprasad

componont testing is a anything that can be tested
independently. one of the best example is unit testing.
in the unit testing we define
procedures/methods/functions,if u want to test the above
proceures we just create some test procedures withthe help
of unit testig frame working

Is This Answer Correct ?    20 Yes 4 No

What is Component Testing? How to do Component Level Testing? ..

Answer / priya tiwari

testing of individual program components. it is the
responsibility of components developer.

Is This Answer Correct ?    21 Yes 10 No

What is Component Testing? How to do Component Level Testing? ..

Answer / balbeer singh

Unit testing is testing each & every function/method.

Component Testing is testing component/module which is a
combination of functions/methods.

Series for testing is
Unit -> Component -> Integration -> System

Is This Answer Correct ?    8 Yes 1 No

What is Component Testing? How to do Component Level Testing? ..

Answer / mohsina

component testing is nothing but testing the part of a
module separately.. for better perfomance of that part..
the component is then integrated to the module

Is This Answer Correct ?    5 Yes 1 No

What is Component Testing? How to do Component Level Testing? ..

Answer / bhavin

component testing: searches for defects in and verifies the
functioning of
software components (e.g. modules, programs, objects,
classes etc.) that are
separately testable;

Is This Answer Correct ?    3 Yes 2 No

What is Component Testing? How to do Component Level Testing? ..

Answer / pradeep

Testing the components in the module rigoursly against the
customer requirements is know as Component testing.

Ex : Testing the TextBox(Edit box)...

3 testing technique is there

Error guessing
Equivalance Partitioning
Boundary Value Analysis(BVA)

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More Manual Testing Interview Questions

What is Manual and Automation Testing Framework

1 Answers   Symphony,


Can we include 'Space' and 'Underscore' in alpha characters or alphanumeric characters at the time of Defect Reporting?

2 Answers  


how to write test cases for testing databases,especially for testing and writing test cases for stored procedures.any real time database testers.please answer me.

1 Answers  


What are the techniques you follow to write test cases?

8 Answers   AZTEC,


what is v-model.why you are using v-model?& v-model follow parallelly approach is it correct?

2 Answers   Accenture,


Can anyone clarify my doubt that is the defect status cycle and the appropriate person responsible for changing the status.(who is responsible for which status) Ex: New by tester....

3 Answers  


special bug you posted in your project

3 Answers   HCL,


Give Proper Example for following situations 1. Sevirity 'Low' Priority 'Urgent' 2. Sevirity 'Urgent' Priority 'Low' 3. Sevirity 'Urgent' Priority 'Urgent' ? Also explain what is sevirity & Priority if A Printer suppose to print out 1000 Print outs for 1 refill of cartage But actually it is taking 1100?

4 Answers  


how to write test cases for boundary value analysis and equality partitioning?

1 Answers   Steria,


what is format of the final report u submitted to ur client?

1 Answers  


How will you prepare Test plan. What are the techniques involved in preparing the Test plan.

2 Answers   IBM, Wipro,


What is white box testing?

0 Answers  


Categories