What is Component Testing?
How to do Component Level Testing?
Answers were Sorted based on User's Feedback
Answer / prathapa venkata subbarayudu
A circuit is a combination of components. Circuit health
depend up on all the components. Hence it is mandatory to
test each component thoroughly before assembly. The testing
may be on sample basis or 100%, but testing must be
conducted. While performing testing, given tollerances also
to be conformed.
Is This Answer Correct ? | 1 Yes | 0 No |
Testing each and every component of the system is known as
component level testing.
Means if you have Account system we should check component
which make some seance to the system.
Eg. :
Log in module
Component :
-> Getting the data form database
-> Checking with imputed data
-> Security while checking the user name and
password
-> Showing the data
-> .......
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ram
Componnet testing searches for defects in and verifies the
functioning of s/w(e.gModules,Programmes, Objects, Classess
etc.)that are seperatly testable.Stubs, Drivers and
Simulators may be used.Component testing occurs with access
to the code being tested and with the support of the
development enviornment(Unit test Framework or Debugging
tool)Here defects are typically fixed as soon as they are
found, without formally recording incidents.
Examples of Compnents are..
Memory leak, Robustness testing, Structural Testing(Branch
Coverage)
Is This Answer Correct ? | 12 Yes | 12 No |
Answer / sujeet kumar
it is also as unit,module and program testing searches for
defects in and verifies the functioning of software ,that
are separately testable.
the testing of individual software components.
component testing maybe done in isolation from the rest of
the system depending on the context of the development
lifecycle and the system
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / shivani gupta
component testing is anything that is tested on the basis
of components.we have so many components in our
software.component testing test each component individually
and independently in the software.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / phyllis dudley
I believe component testing is just that....testing the
electronic component....out of any circuit....by itself.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vinodh anandhan
Unit Module or program verfies the function of the software
that are sperately testable.
Vinodh Anandhan
Is This Answer Correct ? | 0 Yes | 2 No |
Answer / sakate
in hardware component level testing is testing of individual
components whereas unit level testing is the entire unit
which may contain hundred of different kinds of components.
For example a test that may take 3 weeks with 10 units, will
take only half of the time if there is 2 of the component
under test in each unit, and a component level test being
done only on that particular component (if everything else
is assumed to be okay)/
Is This Answer Correct ? | 9 Yes | 24 No |
Answer / pooja
Component testing is nothing but unit testing .developer
will do this tetsing.
Is This Answer Correct ? | 29 Yes | 56 No |
If you are the Test Team Leader and one of the Team Member is not supporting and not working according to your expectations what would you do? how will u handle him?
What is the difference between stress and load testing?
What is an equivalence class?
can anybody send the project you have tested with the clear descriptions,and recent bugs u found in that
1.what is sanity and smoke testing and which one performed first?
What is meant code review?
What is frame level testing and how do we test it?
(hi friends : please give me reply soon ) i have completed my software testing course , now am planning to put a fake of 1.5 yrs, i need two projects to put in my resume , if anybody has any real time experience and those who handled a project( 6-8 months )in the telecom domain ,please send me the details regarding the project ...it will a great help for me ..if u have suggestion let me know ....
Difference Between Usability and GUI Testing with Example?
could anyone tell me atleast 5 ADV & DIS-ADV of Manual and automation testing
Please write 4 high severity & high pririty bugs on ONLINE SHOPPING OF PRODUCT.Write bugs that should be practical and original.Thank u
Use-cases can provide useful input into the design of black-box and state-based tests of OO software. Explain