What is Test harness?
Answers were Sorted based on User's Feedback
When you are writing test cases , whether they are unit
tests, tests for test-driven development, regression tests,
or any other kind, there are some functions you will find
yourself doing each time. These include the basics of an
application, a mechanism for launching tests, and a way to
report results. You could write these functions each time
you start testing a new feature or you could write them once
and utilize them every time. A test harness, at its most
simple, is just that—a system to handle the elements you’ll
repeat each time you write a test.
The typical objectives of a test harness are to:
The test harness should incluse the following capabilities:-
* A standard way to specify setup (i.e., creating an
artificial runtime environment) and cleanupAutomate the
testing process.
* A method for selecting individual tests to run, or all
tests.
* A means of analyzing output for expected (or
unexpected) results.
* A standardized form of failure reporting.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / indhyd
A Test harness is collection of software and testdata
which is used to test the application with different test
data with pass and fail as results.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / govind sain
“A test harness simply is to create the correct framework and use it (and all of its constituent elements) to control the entire activity as to get the most of the situation- whether automation or integration.
There are two contexts to where Test harness is used:
Automation testing
Integration Testing:- stub and driver
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain what makes a good test engineer?
Give an example for high severity and low prority bug and as well as low severity and High prority
Can Anybody tell me What is diff. in Win2k namd Win-XP Thanks in advance
There is a defect leekage to production environment after release. How to convince the client and what has to be done to retain the client
Explain the manual testing process?
I have 1+ year exp. in web based testing & now I want to switch my job so anyone can tell me which types question generally ask in interview(which related to web based testing ) ???
at what step sanity testing and smoke testing do?
can anybody tell me what is the difference between bata and alfha testing?? and sanitary testing??qtp testing
What is Test Coverage?
What are the Testers Responsbile
Why we have to do manual testing?
what is difference between metric and report?