Wht is the Difference between Test Harness and Test Driver
Anybody can explain it..Thanks in advance...
Answer Posted / hi
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.
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.
Test Driver is
Test Driver:
We are using in “integration testing” if program is not
ready for doing the testing in that time we are using
drivers and stubs.
These are using as like dummy programs.Upto completing the
development we are using these drivers and stubs.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Have u ever done testing related to a database,give examples to support u r answer.
Test cases on send/ receive button of Microsoft outlook.
What is a top-down and bottom-up approach in testing?
What are the qualities needed by a software tester?
Write 2 scenarios for System testing?
What r the things,u prefer and prepare before starting testing?
Have you prepared traceability matrix and how to prepare it?
What is six sigma?
What are the interview question on insurance domain in manual testing
Write UI Test case, Integration Test case, Functional Test case & Performance Test case for the File Menu for MS-Word?
What is actually a rule based testing
What is black box testing, and what are the various techniques?
HI FRNDS, I HAVE 2.5 years OF exp In Manual Testing,Plz let me know if thr r any oppurtunities in any company in Bangalore ID:dsnithi@gmail.com Thanks in Advance
Give me an example of something you tried at work but did not work out so you had to go at things another way.
1.what is the approach while writing test cases in your project. 2.tell some intresting scenareo in your project