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 the difference between a Test Plan and a Test Strategy?

6 Answers   Symphony,


Did you have access to all the modules(Requirements, Test plan,Test Lab, Defects, & Dashboard) in Quality Center(QC) or only to some particular ones?

1 Answers   ING,


Does alpha testing follow beta testing or beta testing follow alpha testing and why?

3 Answers  


What mean by STLC (S/W testing life cycile)?

11 Answers  


what are the various techniques you will use as soon as the srs was given to you to speedup the testing?

0 Answers   Apex,






What is reverse engineering?

0 Answers  


What is software review?

0 Answers  


Is Test plan a running document or a fixed document?

4 Answers   Ernst Young,


What is the V-Model Development Method and do you agree with this model?

2 Answers  


what is the output of the query select * from emp where 1=2

10 Answers   TCS,


Hi Frds., i am Nithi here.here in my company i am working in manual testing ie. application testing only front end not back end like i will enter datas and check whether the record gets updated r not. what kind of testig is this? and some people r working on scripting languages same manual testing what is the difference between these two testing? ans please thanks in advance

3 Answers  


what did your base to your test cases?

9 Answers  


Categories