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 |
What is Bugzilla? Can I used it manually, If yes then how can i used it? Can I used it in .NET Environment?
Question on desktop Application: In my machine MS Word is working fine and in other machine it is not even launching. Note: OS, platform, build and environment is same
what are the conditions of test cases?
What is difference between JVM (Java Virtual Machine) and CLR (Common language Runtime) ?
7 Answers AZTEC, Impetus, Symantec, Veritas,
Please give me example of - 1. High Severity and High priority Bug ? 2. High Severity and low priority Bug ? 3. High priority and low severity Bug ? 4. Low Severity and low priority Bug ? Thanks
Explain the Pros and Cons of testing the software by Developement team and by testing team?
How do you handle conflict with programmers?
On what basis is the Acceptance plan prepared?
the typical Application Test Lifecycle?
What is smoke testing and when it will be done?
Explain Load testing
What are the Assumption while writing the test cases? Explain with the example?