What is the Stub abd the driver ?Are these both using at
the time of Top-up approach of integration testing and
bottom-down approach testing .?
Answers were Sorted based on User's Feedback
Answer / shilpa
For Top Down approach of testing we use stubs.
For bottom up approch we use drivers
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / gazal
driver is a program which calls the same procedure call of
module being tested calling the other module.while the stub
calls the same procedure of the module being called by the
other module
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sm
When we are having the condition of sub programs under
construction with ful fledged Main program there we are
using this stubs instead of going of under construct sub
programs
this approach we are using in Top Down method.
where as if the main program is in under construction the we
are using drivers in place of under construct main program..
this approach we are using in Bottom down method.
| Is This Answer Correct ? | 0 Yes | 0 No |
When should you begin test planning?
How do you write DEFECT REPORT?
what is version 1
can any one explain the example of high servity and low priority, low servity and high priority, high servity and high priority, low servity and low priority
Can anyone listout major scenarios for a payment submission web page??? Can anyone tell me that yahoo messenger is a web-based application or a windows based application???
what is the use of functional specification?
How can a LOG for testcases be maitained which can give information about a TestCase that is it new one or has been occured in previous versions of the software.
For Web Applications what type of tests r u going to do .. tell me the Importent ones..
9 Answers Infeneon Technologies,
Based on what doccuments do you start scripting?/ Testing?
Hi, I was asked following question during a interview. Please answer it: Password field is there,we can accepts every character except underscore and semicolon. It can accept min 6 characters and maximum 12 characters. Prepare boundary value and equivalence class test cases.
What are the queries mostly asked in testing ? give me some examples.
What is 'string' testing?