What is Test Harness, Anybody can explain in Detail. Thanks
in advance.
Answer Posted / preethi
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 monitoring 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 optimizing), orchestrate a runtime environment, and
provide a capability to analyze results.
The typical objectives of a test harness are to:
* Automate the testing process.
* Execute test suites of test cases.
* Generate associated test reports.
A test harness may provide some of 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.
with regards
Preethi.G
| Is This Answer Correct ? | 35 Yes | 2 No |
Post New Answer View All Answers
how can we give (ASSIGN) bug privitorirs and seviroty to the bug explain with exanple
Can anybody give me some tips on how to face telephonic interview and Write some expected telephonic questions as a 2+yr exp. in testing. Try to give Ques. that u already hv faced in telephone. Plz Help me out friends.
What are the possible test scenarios around AVS check of any credit card? (Testing through payment gateway online) (What are the fields we should check while checking AVS and CVV)
What are the Important test scenarios which can be used for testing a web site?
I have 6 months experience as project tarine and one and a half year experience as software engineer.Should i write taht my total experience id 2 years.
What are the Major Functionality for a ATM machine ??
Why would we not include these?
How does compatibility testing differ while testing in Internet explorer and testing in Firefox?
How to Generate Test Case for Shopping Cart?
What are the advantages of black box testing?
When will the testing starts?
How quickly we need to fix the bug? Or how soon the bug should get fixed?
Write the function test case to add a customer to database.
What is a test log?
If date field is a text field write test cases to validate it?