1)what is the basic diff. between unit testing and component
testing
2)how do you implement framework in ur project through
automation
Answer Posted / iqubal
difference betw. unit and compo. testing ....
Unit - The smallest compilable component. A unit typically
is the
work of one programmer (At least in principle). As defined,
it does
not include any called sub-components (for procedural
languages) or
communicating components in general.
Unit testing: in unit testing called components (or
communicating
components) are replaced with stubs, simulators, or trusted
components. Calling components are replaced with drivers or
trusted
super-components. The unit is tested in isolation.
Component: a unit is a component. The integration of one or more
components is a component.
Note: The reason for "one or more" as contrasted to "Two or
more" is to allow for components that call themselves
recursively.
Component testing: the same as unit testing except that all
stubs
and simulators are replaced with the real thing.
Two components (actually one or more) are said to be
integrated when:
a. They have been compiled, linked, and loaded together.
b. They have successfully passed the integration tests at the
interface between them.
Thus, components A and B are integrated to create a new, larger,
component (A,B). Note that this does not conflict with the
idea of
incremental integration -- it just means that A is a big
component
and B, the component added, is a small one.
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
hai friends can u expalin about real time process of testing at the company, like flow diagram
What are the modules of quality center?
Hi,friends i am going to write ICST certificate exam on augest.So can anybody post some of sample qusetions for ICST certificate exam.Really it will be useful for me
Hi, what do you mean by internal auditing? what are the things they do in internal auditing?what they review? THNX in Advance
What is Catapult Testing in E-Learning Domain?
Explain branch coverage and decision coverage.
What is deferred status in defect life cycle?
Can any tell me how a clinical data management system is tested? what are the test scenarios? what are the test cases? work flow.
Explain Testing process in your organization?
Can you explain tpa analysis?
why QA team is necessary for an organization?
How can you define state tanstion testing aswell decesion testing with examples.how you can differ them too??
What is Snapshot Testing? When we need to do and who will involve in this process and also what is the output document of this testing
How can you do the usability testing?
What and why is api testing?