GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Testing
Go To First  |  Previous Question  |  Next Question 
 Testing  |  Question 139 of 426    Print  
what is exact difference between test bed and test harness?

  
Total Answers and Comments: 6 Last Update: September 10, 2007     Asked by: ramesh.B 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
June 21, 2006 01:14:17   
sravanthi        

RE: what is exact difference between test bed and test...

A tool that supports automated testing of a module or small group of modules


 
Is this answer useful? Yes | No
June 21, 2006 01:44:03   
sravanthi        

RE: what is exact difference between test bed and test...
test harness is the group of unit tests that you have
written to test all your code.

 
Is this answer useful? Yes | No
June 26, 2006 17:49:14   
       

RE: what is exact difference between test bed and test...

Test bed means prepared test cases to execute on the application/build.

test harness means combination of test environment test bed

dileep kumar


 
Is this answer useful? Yes | No
July 12, 2006 13:43:13   
raghuramsuravarapu Member Since: June 2006   Contribution: 70    

RE: what is exact difference between test bed and test...
A testbed is a platform for experimentation for large development projects. They allow rigorous testing of scientific theories and new technologies.The term is used across many disciplines to describe a development environment that is shielded from the hazards of testing in a live or production environment.Setting up the Hardware and software requirements (Environment) before start testing is known as test Bed.In software testing a test harness 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 namely Test execution engine and the test script repository.
 
Is this answer useful? Yes | No
October 11, 2006 01:58:44   
nagarjunareddyyiza Member Since: August 2006   Contribution: 42    

RE: what is exact difference between test bed and test...

TEST BED: IT'S AN ENVERONIMENT WHICH CONTAINS S/W H/W INSTRUCTIONS AND THE ELEMENTS THAT SUPPORT THE EXCUTION OF THE TEST

TEST HARNESS: IT MEENS A SYSYETM TEST DRIVERS AND OTHER SUPPORTING TOOLS TO EXECUTE THE TEST.


 
Is this answer useful? Yes | No
September 10, 2007 07:54:11   
deepaksporty Member Since: September 2007   Contribution: 27    

RE: what is exact difference between test bed and test...
In software testing 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.

Test harnesses allow for the automation of tests. They can call functions with supplied parameters and print out and compare the results to the desired value. The test harness is a hook to the developed code which can be tested using an automation framework.

A test harness should allow specific tests to run (this helps in optimising) orchestrate a runtime environment and provide a capability to analyse results. A test harness is a testing work product modeling a software tool that automates the testing process by running test suites of test cases.

The typical objectives of a test harness is to: -
Automate the testing process. -
Execute test suites of test cases. -
Generate associated test reports.

A test harness typically provides the following benefits: -
Increased productivity due to automation of the testing process. -
Increased probability that regression testing will occur. -
Increased quality of software components and application.


Whereas Test Bed is all the supported H/W S/W environment which should be prepared to carry out the test. For eg if we have to test a website on different environment then we must have different browsers installed to execute the application on them. This is test bed.

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2010 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape