Wht is the Test Driver used in Integration Testing. Anybody
can expalin in Detail. Thanks in advance.
Answers were Sorted based on User's Feedback
Answer / ks thangavel
test driver is a dummy program which is used to replace the
lower level module in bottom-up testing
it is a calling component
BY
KS THANGAVEL
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / vivek.gupta
No my friend Ks Thangavel you are wrong here! please take
atmost care while answering question, coz here life is
concerned....
Test Driver: in bottom up approach, small modules r
developed,to test them a dummy core module called driver is
developed. so it is a dummy program which is used to replace
the core module in bottom-up testing.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / anuradha
drivers and stubs are used when not all the modules are
ready during the integration
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / cv
Answer by Mr.KS THANGAVEL is 100% correct.
Drivers are also known as "Calling" functions.
The reason being that the drivers are the dummy
functions which are used to test the core modules.
And To test the core module, we require to call the
function of core module which is only possible
by making a dummy calling sub-module which
is know as "Driver".
Whereas, Stubs are also known as called modules.
In Top-down approach we require to test the
correct functionality of all the sub-modules.
In this case we call the dummy modules which are
know as STUBS through core module.hence Stubs are
also known as "Called" functions.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / madhusudhan
in bottom up approach programmers are interconnecting sub-programms without coming from main program.
main
|
DRIVER
|
sub1
|
sub2
driver is temporary program instead of main, driver activates the connection.
example : in login process, mailing and logout are constructed but login is under contstruction. so they use drivers to login and test.
in Hybrid approach also we use DRIVER.
STUB: is used in top-down approach, while interconnecting the main program and sub programs, in place of remaining which are un-developed programmers use stubs.
main
/ \
sub-b1 stub
| |
sub-b2 sub-a1
here stub stops the process, to sub-programms a1.
thanks for spending
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kirti palshetkar
driver comes under integration testing.
in bottom-up approach tester go through lower level to upper
level modules.
once all lower modules get checked, tester need to test
upper modules (integrated all lower module)which is basically
call lower level modules as per req.. if this upper module
yet not developed by developer, tester need to take temporary
module which perform actual task of upper module.
this temporary module/ program is called as driver. which
main function is to call functions in lower level modules
hence is also called as' calling modules'
| Is This Answer Correct ? | 0 Yes | 0 No |
one deffectis found then we send it to the developers.and they released a new build.What we test in that build?The whole application or the only test cases where we got the deffect.
what will u do if ur given 20 days to complete a testing activity but ur manages to complete it in 10 days? how will u spend the next 10 days?
If we have no SRS,BRS but we have test cases does u execute the test cases blindly or do u follow any other process|
What are the benefits of requirement traceability?
How do we do Database testing?. How does our knowledge on SQL is useful in Database testing?. Please explain the process if possible.
Integraton testing
I Have a login screen.Jus before the release you see the screen and there is a bug.Tell mde wats the bug. screen : Logen : Password : | Submit |(submit is a button)
What are quality assurance and quality control?
Do you feel any dis-advantage over the current process? if he/she says any, have You discussed with your Manager reg this ? Why?
Difference between test Methodology and test strategy
Can anyone please answer the below question on Manual Testing: Tell me about atleast 5 bugs you come across in your last testing?
Can anyone give me the example of High Priority and Low severity defect. Please dont give me answers like Spelling mistakes or logo missing something like that. Give me some real time example from your application. Please ignore the earline question which i have posted.Thanks in Advance.