what is test Harness?how it will help for testing?
Answers were Sorted based on User's Feedback
Answer / kesha
a test harness or automated test framework is a collection
of software and test data configured to test a program unit
by running it under varying conditions and monitor its
behavior and outputs. It has two main parts: the test
execution engine and the test script repository
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / ganesh
Test harness is the collection of Drivers and Stubs.
Drivers are the called functions i.e main programm that
accepts test data and passes this to the modules to be
tested. This is manly used for Bottom-up approach.
Stubs are the sub programms or calling functions and mainly
used for top-down approach.
| Is This Answer Correct ? | 6 Yes | 3 No |
Answer / swathi
Driver is a temporary program used for integration level testing when the calling program is not ready for testing
Also known as a test harness or scaffolding
Thanks,
Swathi
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / jyothsna
Test environment+test bed=test harness
for necessary envronment for executing testcases
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / allabakash
In testing time we use drivers and stubs on a software
build is called test harness.it will help for testing to
conduct sequencially.
| Is This Answer Correct ? | 2 Yes | 2 No |
What is Test strategy?
why Test plan & what r the things exactly include in the test plan and what is the need for this ?
What is the difference between Test Cases and Test Scenarios
What is test data set up?
While doing system testing your have missed out some issues. The same issue is found by customer and he reverts back to you for an explaination. How do you convince him or how do you justify yourself about your testing?
When you were testing an application, you found a strange pop up with a “500 internal error” and you thought to log it as a defect. Give description of the defect along with all the details you expect in the defect content
In simple steps how will you do unit testing using VSTS?
wat are the questions would the project leader ask about the project?? please do send the answers early.
Stubs and drivers we use in integration testing mostly but under what kind of testing approch it comes means Black box White box grey box ? Please help to get answer for it
Give me some examples of how you have participated in Integration Testing.
Give me two reasons why the bug has not been fixed by developer ?
What is acceptance testing?