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 / a.sameer

When you are writing test cases , whether they are unit
tests, tests for test-driven development, regression tests,
or any other kind, there are some functions you will find
yourself doing each time. These include the basics of an
application, a mechanism for launching tests, and a way to
report results. You could write these functions each time
you start testing a new feature or you could write them once
and utilize them every time. A test harness, at its most
simple, is just that—a system to handle the elements you’ll
repeat each time you write a test.

The typical objectives of a test harness are to:



The test harness should incluse the following capabilities:-
* A standard way to specify setup (i.e., creating an
artificial runtime environment) and cleanupAutomate the
testing process.
* A method for selecting individual tests to run, or all
tests.
* A means of analyzing output for expected (or
unexpected) results.
* A standardized form of failure reporting.

Is This Answer Correct ?    6 Yes 0 No

What is Test harness?..

Answer / indhyd

A Test harness is collection of software and testdata
which is used to test the application with different test
data with pass and fail as results.

Is This Answer Correct ?    1 Yes 0 No

What is Test harness?..

Answer / govind sain

“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. 
There are two contexts to where Test harness is used:
Automation testing
Integration Testing:- stub and driver

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

Give me examples for high priority and hign severity defects?

24 Answers   AppLabs,


Explain briefly your project.

0 Answers   ING,


what is ECP?

4 Answers  


what is patch,abbrevate SCD,CAPA

1 Answers   Ordain Solutions, Verinon Technology Solutions,


What is a Scenario Matrix's document?

1 Answers  


severity and priority of bugs?

9 Answers   Wipro,


What is the difference between stlc and sdlc?

0 Answers  


what is thetesting methodology that u r company folowing??

9 Answers   CTS, Sonata,


what is exact difference between UI Testing and usability testing?

4 Answers   JVS,


when will go for compatibility testing and when you use the testing metrics?

2 Answers  


How to do browser testing (creates a standard script and run it for the different browser combinations)

0 Answers  


In manual testing, what are stubs and drivers?

0 Answers  


Categories