which situation will decide the approach (topdown/bottom up)
to choose from?
Answers were Sorted based on User's Feedback
Answer / raghu
Top down approach first parent modules will be debeloped
and then will be intergratedto the corresponding child
modules.--Here stub will be used as a temporary module.
BottonUp approach first child modules will be developed and
then will be intergrated back to the corresponding paren
module.--Here drivers will be used as a temporary module.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kiranmayee
Top Down Approach is recommended when there are any incomplete program at the bottom level programs,where these programs will e replaced by stubs(stub is a simulation program that replaces a called prog)
Bottom Up Approach is recommended when there is a incomplete in the integrated main program,where this program is replaced by Driver(Driver is a simulation program that replaces a calling program)
| Is This Answer Correct ? | 0 Yes | 0 No |
Who fixes the bug as Severity and priority ?
what is the difference between product and application?
What are the steps involved in Manual Testing
is validation done in white box testing .
what are 6 microsoft rules used for user interface testing?
How to test a website???
What is the difference between white box, black box, and gray box testing?
what are the different stages in sdlc?
Please let us know With out GUI features how to test the application
how to write the test cases for mark as read/unread mails for gmail inbox?and what are the testings we will do?
What are the main key components in client and server applications?
I have a doubt in writing a test case... if suppose in a round if they ask to write a test case for any situation such as(Search engine)... in the testcase do we need to fill up the actual result and status Column in the test case??(please answer i am confused)