Wht is the Test Harness, Anybody can explain it in
Detail..Thanks in advance...
Answers were Sorted based on User's Feedback
Answer / batchu
In software testing, a test harness is a collection of
software tools and test data configured to test a program
unit by running it under varying conditions and monitor its
behavior and outputs.
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / mr.goodfun
A Test Harness is an application or group of applications
used to manage the test environment (data, inputs, tests,
outputs, etc.) It is responsible for setting up the
environment, executing the tests or preferably kicking off
a test driver to execute the tests, and managing the
outputs. It could also go so far as to be able to set up
the clients involved in the testing and creating a
distributed test system for executing large numbers of test
on 'n' number of clients. It should also allow results of
tests and regression runs to be viewed.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / varsha b
Test harness is used when all components in environment is
not available for testing.In this case we can create stub
or driver to replace the missing components.
(Stub is a replacement for missing sub component whereas
driver is replacement for missing main component for
system.)
Is This Answer Correct ? | 0 Yes | 3 No |
Answer / rgv
Test Harness is nothing but testing team is using company's
own tools for testing (test environment).
Please correct me if wrong
Is This Answer Correct ? | 0 Yes | 3 No |
There is a front end application to enter name and marital status. you are provided with a fesh database. On entering 5 set of data at a time an error occured, but on entering rest of the records you were not able to reproduce it. What could have been the reason for the error.
What is Environment Requirement?
What is Testsummary?
What is Testing Life Cycle. Explain Briefly?
What is Black Phase in SDLC?
Can list out some disadvantages of manual testing?
What is a day's work in a QA Tester's life?
Explain Boundary value analysis, Equivalence partitoning and Error guessing?
Explain about Founctionality Testing in webbased application?
any example for high siviority and low priority bug
what is difference between report defect and track defect
what is meant by system testing? what is functional testing? what is the difference between both of these testing? can anyone explain this in detail?