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 |
This question has been asked in my recent inerview with Adithya Birla Group.When to prepare System test plan after getting build or before getting build?
In V-model both testing and development done simultaneosly,we know that.But how can you say that both happen parallely.how is it related in real time?This question has been asked to me today only.Can any one please help me on this?
How can you use technology to solve problem?
write test cases on "Login Window" ?
tell me about high severity & low priority bug?
what are the different types of defects that can be found out in real time?How can we recognize what are the features to be tested and not to be tested in a system test plan?
What is the Change management for documentation? What is the role of documentation in QA??
What is Bug Validation? What can be a different resultant after the same?
what is configuration management tool - send to thanu_santo@rediffmail.com. what is testing senarios
What is meant by TRM in Testing?
which process u followed in ur company?
4 Answers CarrizalSoft Technologies, Microsoft,
why we use defect tracking tool?