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 |
In Manual testing how to test proxy servers? can u please explain with example?
How you perform sytemtesting in organization, i am not asking definiton approach for system testing
Did anyone have any experince with stocking in equity can you please tell me how to approach the project.I am a learner.help me please.give me ur suggestions.
Tell me agile process in your company
1.exactly when we do regression testing? 2.why we do regression testing?
If you have 1000 test cases which takes atleast 4 months for execution and now project has to be delivered within 2 weeks how will you execute your test cases. Which ones should be executed first.
Neelima, Can you please brief what are the 15 testing issues. I'm aware of 5 Software developement life cycle.
what r the entry criteria for automation testing?
What is the typical situation u faced while collecting the test data?
Generally which software development model is used in project based companies?
FTP is a application program to upload files to server write a test cases to check the system after successfull uploading we get the message files uploaded successfully?
Can anyone explain me about, the white box testing and black box testing, in detail?