10.What is stub?
Answers were Sorted based on User's Feedback
Answer / rafi
Stub:Stub is a dummy module which behaves like a unbuilt
feature.
In top-Down approach we are going foe Stubs
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / sajan
A stub is a small program routine that substitutes for a
longer program, possibly to be loaded later or that is
located remotely. For example, a program that uses Remote
Procedure Calls ( RPC ) is compiled with stubs that
substitute for the program that provides a requested
procedure. The stub accepts the request and then forwards it
(through another program) to the remote procedure. When that
procedure has completed its service, it returns the results
or other status to the stub which passes it back to the
program that made the request.
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / sujith@
while integrating the modules , if at all any mandatory
module missing is replaced with a temporary program that
program can say as stub........this happens in top down
approach
| Is This Answer Correct ? | 2 Yes | 0 No |
Stub is dummy module which is used when a module is already
developed and to test that module we need another module
for interfacing.
-stub is being called while driver calls a module.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is regression testing and what is system testing? whaen we will do the regression testing and when we will do the system testing?
what is the format of test report?
what is url testing
What is Test Design ?( Urgent) and Test Design for Printer?
TEll me about your company..
diff between test plan and test strategy?
What do we need to build a quality QC team ? a QC manager with all junior QCs or a QC manager with all senior QCs?
In a Dark Room one Switch Board is there.If u Pressed a Button in Switch Board the Light will 'ON'. Write the Possible test cases?
What is Migration testing ?
What is the diff. between Sanity , smoke and ad-hoc testing?
Define brain stromming and cause effect graphing?
how to do testing estimation ? is there any genearl formula for that ?