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...


1)what is the basic diff. between unit testing and component
testing
2)how do you implement framework in ur project through
automation

Answers were Sorted based on User's Feedback



1)what is the basic diff. between unit testing and component testing 2)how do you implement framew..

Answer / 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

1)what is the basic diff. between unit testing and component testing 2)how do you implement framew..

Answer / blobbs

ISTQB states that unit testing and component testing are the same thing.
Likewise Wiki says similar, see..
http://en.wikipedia.org/wiki/Software_testing#Unit_testing

Is This Answer Correct ?    3 Yes 1 No

1)what is the basic diff. between unit testing and component testing 2)how do you implement framew..

Answer / daniel

@Iqubal: When you quote someone, like you quote Boris Beizer you should name the source.

http://www.faqs.org/faqs/software-eng/testing-faq/section-14.html

Is This Answer Correct ?    1 Yes 3 No

1)what is the basic diff. between unit testing and component testing 2)how do you implement framew..

Answer / surii

System Testing : Soon after the integration testing is over
the application is deployed into the logical container (real
environment) then it becomes system if one performs testing
on these system then it is called system testing.

Component Testing : Individual units(Entities) are combined
to form an entire module if one perform testint on thes
module then it is called module testing or component testing.

In the System Testing apart from GUI and Functionality
testing mainly concentrate on performance part of the
application that may include Load Testing, stress testing,
Data-Volume testings are performed at this stage.
But in component testing mainly concentrate on functional
part of that application.

Is This Answer Correct ?    4 Yes 8 No

1)what is the basic diff. between unit testing and component testing 2)how do you implement framew..

Answer / sneha

The basic diff is in unit testing the componenta are
replaced with the stubs and drivers wheres in the component
testing these stubs and drivers are replaced with the real
module.

Plz correct me if iam wrong.

Is This Answer Correct ?    11 Yes 20 No

Post New Answer

More Manual Testing Interview Questions

differentiate between QA and QC?

4 Answers   Millennium,


how deployment phase of SDLC differs in product based and in service based company ?

0 Answers   TCS,


In my Projects there are permissions for users. According to permissions assigned to user, he can use the application. So Shall I write test cases for each & every permissions? There are 170 permissions for each & every functionality. Please guide me properly.

4 Answers  


what is difference between smoke test and exploratory test.?

1 Answers  


what r the GUI Test Cases for calculator?

7 Answers   Accenture,


How do you react when the developer says that defect you logged is not valid?

1 Answers   Wipro,


What is the difference between bug , error and defect ? Explain with example. 2... What is diff between test approach , test strategy, Test plan and test methodology documents? 3...How to test a website with manual testing? 4. What methodologies have you used to develop test cases?

13 Answers   Infosys, SCI, Wipro,


difference between Manual Testing Vs Automation Testing

1 Answers  


What is the base data for drawing Triangle?

6 Answers   DELL,


Differentiate test bed and test environment?

0 Answers   Amdocs,


what is test plan and test procedure

1 Answers   iGate, Infosys,


1. what is baseline document , can you say any two ?

0 Answers  


Categories