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 |
could any body plz let me know which is best training institute for telecome testing in hyderabad?
how many members are involved in test plan? and tell me names?
What SQL statements have you used in Database Testing?
In an application currently in production, one module of code is being modified. Is it necessary to re- test the whole application or is it enough to just test functionality associated with that module?
3 Answers Media Magic, Ordain Solutions,
i'm 2007 passed out.I'm very much interested in testing.i tried very hard to get a job.wat to do if i don't get a job in small company also?
Test Conditions are derived from : Test Conditions are derived from : a) Specifications b) Test Cases c) Test Data d) Test Desig
integration test cases for mouse and keyboard
which process u followed in ur company?
How can you do the usability testing?
Find the Cyclometric complexity on the following p seudocode Do while records remain read record; if record field#1=0 then process record;store in buffer; incremental counter;store in file. reset counter;end if end do please let me know the procedure too.
What is Gap Analysis?. Is there any template for it.Describe briefly about Gap Analysis Please
Why do you go for White box testing, when Black box testing is available?