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
What is quality center? What are the modules of quality center?
What is sanity?
How to overcome pesticide paradox?
Enlist some bug status along with its description?
Tell me a critical defect in which your Client,PM,PL appreciate on you
what is the difference between section & test feature in test case documention?
List the type of testing perform to test microsoft excel 2003 give atleast 1 example of each type
Differentiate verification and validation?
What is application programming interface (api)?
3. In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10%. The next £28000 after that is taxed at 22%. Any further amount is taxed at 40%. To the nearest whole pound, which of these groups of numbers fall into three DIFFERENT equivalence classes?
What do you understand by usability testing?
How do u prepare test environment for ur application?
What is frame level testing and how do we test it?
Do submit teststrategy to customer if yes at what time
What exactly is quality control?