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 |
What are the different available models of sdlc?
can anyone give me a good example for creating Bug report with all its mandatory field
What are the Blackbox Testing Techniques?
what is selection procedure in AMDOC for software testing , if anybody attended the interview pls tell what the portions i should cover. pls help me friends
The project manager is working with the team to help them understand the constraints the project must operate within. As a kick off to the meeting, the manager displays the first slide, which reads: Scope, Schedule and Budget--You may pick two. Based on the above scenario, which one of the project concepts is the manager relating to the team?
what is functional testing?Explain with one example?And when we use functional testing in your project???
In development costs what percent Software testing accounts?
Can you tell some body how to test a situation that to sell a share if it reaches 30(present value is 25) and the time limit is 120 days. Every day the market starts from 10 A.M to 3 P.M. it may execute any time with in the time period. Pls tell me the answer.
what is the template of ur co,when requirements are not clear,suppose Business Analyst is not there to whom to meet.what is the role of tester in req or design phase
In which phase the GUI Testing will be held on V model?
Can you explain how one defect leads to other defects?
Should testing be done only after the build and execution phases are complete?