what is test Harness?how it will help for testing?

Answers were Sorted based on User's Feedback



what is test Harness?how it will help for testing? ..

Answer / kesha

a test harness or automated test framework is a collection
of software and test data configured to test a program unit
by running it under varying conditions and monitor its
behavior and outputs. It has two main parts: the test
execution engine and the test script repository

Is This Answer Correct ?    5 Yes 1 No

what is test Harness?how it will help for testing? ..

Answer / ganesh

Test harness is the collection of Drivers and Stubs.

Drivers are the called functions i.e main programm that
accepts test data and passes this to the modules to be
tested. This is manly used for Bottom-up approach.

Stubs are the sub programms or calling functions and mainly
used for top-down approach.

Is This Answer Correct ?    6 Yes 3 No

what is test Harness?how it will help for testing? ..

Answer / swathi

Driver is a temporary program used for integration level testing when the calling program is not ready for testing
Also known as a test harness or scaffolding

Thanks,
Swathi

Is This Answer Correct ?    3 Yes 0 No

what is test Harness?how it will help for testing? ..

Answer / jyothsna

Test environment+test bed=test harness
for necessary envronment for executing testcases

Is This Answer Correct ?    3 Yes 2 No

what is test Harness?how it will help for testing? ..

Answer / allabakash

In testing time we use drivers and stubs on a software
build is called test harness.it will help for testing to
conduct sequencially.

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More Manual Testing Interview Questions

What is API Testing? how do we perform this testing?

0 Answers  


difference b/w sanity testing and somke testing ?

6 Answers  


Anyone tell me the test cases of Shopping Favorite

0 Answers   ABI,


Describe your experiences with code analyzers.

0 Answers   HCL,


On what basis we will perpare test data...?

5 Answers  






What are the minimum requirements to start testing?

6 Answers  


What you consider at the time of Module Integration?

2 Answers  


In front end if you enter one record it will be inserted in to 20 tables in back end.so How you are going to test in Manually whether data is going properly in to concern data tables or not? Is there any better solution to do that instead of opening the table and checking individually?

4 Answers  


have u involved in reviws ? wt type reviews u done?

3 Answers   Accenture,


entry and exit criteria for each phase in STLC and SDLC

2 Answers   IBS, TCS,


1)What are the QA procedures followed 2) Write test cases on a weatherreport.com web page that has only two dropdown and a submit button, Fist drop down is a countries and second is metros in the selcted countries.When proper selection si doen and submitted it shows weather report of that metro.? 3)Write test cases on Mobile Alarm Module? 4)Write test cases on Company Water Bottle?

0 Answers   Amazon,


how to test manually from date and todate selection from calender

3 Answers  


Categories