What are stubs and drivers?
Answers were Sorted based on User's Feedback
Stubs - A Piece of code that simulates the activity of the
missing component. stub is used to test a unit in isolation.
Or A stub is a piece of software that works similae to the
unit which is referenced by the unit being tested
Or A stub is a pseudo-module emulating the functionality of
a not yet implemented or integrated component.
Driver - A Piece of code that passes the test case to
another piece of code. Driver Program only calls the
function being developed but possibly manyn times to test
its behaviour on the variety of parameters.
Vinodh Anandan
Software Tester
Exceed Technologies (P) Ltd.,
Chennai
| Is This Answer Correct ? | 7 Yes | 5 No |
Answer / ch.s.m.prasad,kkd
stub and driver are temporary programes while we executing
the programe if any module was underconstructed. here stub
is a calling programe. driver is a called programe
| Is This Answer Correct ? | 1 Yes | 4 No |
WAT IS RTVM?
sir actually how we connect the Ajax engine to the normal web chat application how. And how Ajax engine works??
What is a top-down and bottom-up approach in testing?
what is smoke testing?
What are cookies?
How do u find Synchronization problems manually?
I know functional test cases are derived from frs and system design specs. But are test cases for performance, database, boundary, relational integrity and other types of tests other than functional tests created from frs and system design specs as well? When are these test cases created? Are they in the same test plans alongside functional test cases or is their a different test plan that includes these test cases?
explain the 5 types test matrics?
write test cases on pen
Tell me about CMM LEVEL -4 …what are steps that to be followed to achieve the CMM -IV standards?
diff b/w project based testing and product based testing?
How do you go about testing a web application?