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

i finished writing test caes, logged bugs and also regression testing i finished.when we do user acceptance testing?

3 Answers  


where do we use checkpoints in real time?where they actually come into picture?

1 Answers  


If there is an open bug in SIT then would u proceed with UAT?

5 Answers   CTS, Polaris,


what is the difference between V model and Waterfall model used in SDLC?

10 Answers  


Do you use any automation tool for smoke testing?

0 Answers  






What is Wound Fixing?

0 Answers   Value Labs,


1. why do you go for test bed ?

1 Answers  


what tests U'll do when u r doing web testing

3 Answers   BT, GL Noble Denton,


What is mutation testing and when can it be done?

3 Answers  


What is the use of doing cookie testing(enable or disable)for web applications?What will happen if u enable or disable the cookies?

3 Answers  


What is Test management?

1 Answers   CitiGroup, INOX,


what is the difference between smoke, sanity and dry run testing?

7 Answers   Infosys,


Categories