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


what is test harness?

Answers were Sorted based on User's Feedback



what is test harness?..

Answer / amol manjrekar

Test Harness is a program or a test tool used to execute a
test.

Is This Answer Correct ?    0 Yes 0 No

what is test harness?..

Answer / rudraneel

Test Harness is an environment of Stubs & Drivers needed to
execute a test

Is This Answer Correct ?    0 Yes 0 No

what is test harness?..

Answer / glamorous

Test harness =Test Environment+Test Bed

Is This Answer Correct ?    0 Yes 0 No

what is test harness?..

Answer / nams

“A test harness simply is to create the correct framework and use it (and all of its constituent elements) to control the entire activity as to get the most of the situation- whether automation or integration.

it is time to explore what Test harness means in the context of “Integration Testing”.

Integration testing is to put together two or modules (or units) of code that interact with each other and to check whether or not the combined behavior is as expected or not.

Ideally, Integration testing of two modules should and would be possible to carry out when both of them are 100% ready, unit tested and good to go.

However, we do not live in a perfect world- which means, one or more modules/units of code that are to be the constituent elements of the integration test might not be available. To solve this situation we have stubs and drivers.

Stud is usually a piece of code that is limited in its function and will substitute or proxy for the actual module of code that needs to take its place.

Example: To further explain this, let me use a scenario

If there is a unit A and Unit B that are to be integrated. Also, that Unit A sends data to Unit B or in other words, Unit A calls Unit B.

------------
Unit A if 100% available and unit B is not, then the developer can write a piece of code that is limited in its capability ( what this means is the Unit B if it has 10 features, only 2 or 3 that are important for integration with A) will be developed and is used for integration. This is called a STUB.

The integration would now be: Unit A->Stub (substituting for B)

On the other hand, if Unit A is 0% available and Unit B is 100% available, the simulation or proxy has to be Unit A here. Therefore when a calling function is replaced by auxiliary code, then it is called the DRIVER.

The integration in this case would be: DRIVER (substituting for A) -> Unit B

The entire framework: The process of planning, creating and usage of stubs and/or drivers to carry out the integration testing is called the Test Harness.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

waht is the quality in your company?

5 Answers  


what is meant by interoperability testing?

3 Answers   STC,


what is meant by system test case

3 Answers   Accenture,


Is the Fundamental Test process and The test development process the same

1 Answers  


1.Differentiate SDLC & v-model? 2. " verification and validation? 3. " quality assurance and quality control? 4.what are the components in test strategy? 5.Differentiate test strategy & test plan? 6.wht methods will you follow in yoiur company for test design?

1 Answers  


if a single date is given to enter in text field write boundary value cases for it

1 Answers  


Who assign Bug Id & Bug Version Id?

4 Answers  


wat is the role of tester in SDLC

8 Answers   IBM, STC,


what is Latent Bug?

9 Answers   MBT,


what is the difference between debugging & manual testing?

8 Answers   TCS,


When we will do Retesting? Only after Bug fixation?Is there any other case?

8 Answers   HP,


Explain the sub-genres of performance testing?

0 Answers  


Categories