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 the diffrence b/w verification and validation?
what are entry criteria(other than SRS) and exit criteria( other than Traceability matrix) in Test plan preparation
How does unit testing play a role in the development / software lifecycle?
What r the documents required for performance testing
what is the diference between defectage and billinterval period?
can anyone please tell me how to test the functional specification?
where do i get study material for istqb exam?which one is better istqb or microsoft certification in testing?plz inform in on my email-id?immediately.this year i want tot appear for.
what is entry criteria for intigration testing,,? what is entry criteria for system testing? what is exit criteria for intigration testing & system testing??? plz give me proper examples .... thanks & regards svsekhar2003@gmail.com
I have tested ecommerce site, but when i search for any product Or access any page, some time i found it missed the values from my URL..EXAMPLE : we take this URL "http://www.allinterview.com/forms/questionform.php" This is the actual URL & it is ok but when i test it displays like "http://www.allinterview.com//questionform.php" NOTE : In above URL "forums" is missing.. I dont know why this happens as i have checked all the code & tested again & again but it dont know the reason. HELP ME plz... Thank you
1. What are your overall impressions of the Web site?
What are the ways to check memory leak?
What is the difference b/w Smoke and Sanity Testing? I heard that Sanity testing will be done by developers. Is that so?