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 |
How to explian the V model ?
Explain 5 Test Matrixes
What about manual testing opening in bangalore in September. Not getting a single interview call from last one month.
When a project was started in an organisation ,Testing team will get BRS & FRS documents and starts preparing the Test cases for the application.when the Build was released whether the Testing team will execute only the written Test cases (or) they may update further testcases
equivalence class partitioning techniques used in system testing or not
what is build? what is build coniguration?
is smoke testing is perform before realease Product
what is system testing? explain with an example.
only one tester & one developer ,the product is released to be today night.if you found a critical bug then wat u do
what is the difference between test case and test script?
What is meant by Poty testing?
if u find bug is duplicated is it needed to again log it .how do u find bug is duplicated using test director as a tool