Answer Posted / a.sameer
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 |
Post New Answer View All Answers
When have you had to focus on data integrity?
Why we have to do manual testing?
How to test whether the application is having memory leakage using task manager and PerfMon. Please tell if any one know. thanku
What is Online gaming, payment gateway development, hosting and custom software development services.
how to write test cases for epos/pos testing.
What about manual testing opening in bangalore in September. Not getting a single interview call from last one month.
What is manual testing and what is it process?
What is a defect?
How to do Pixel Size testing in a PDF document. Is there any Open tool that will be avaiable?
Write a set of test cases to test youtube?
Where we have to use perl scripting in Testing approach and its importance
Test approach to windows scheduler?
how can u prepare the test plan?
What is difference between web site testing, desktop application testing and wireless application testing? what is the difference in testing strategy to test them?
What is severity and priority of bug? Give some example.