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 |
What is Check list for review test cases ?
as test eng ,what challenges have u faced in ur 3 projects so far? tell me atleast 3 challenges in ur projects? july 27 brahma412@yahoo.co.in
Find the Cyclometric complexity on the following p seudocode Do while records remain read record; if record field#1=0 then process record;store in buffer; incremental counter;store in file. reset counter;end if end do please let me know the procedure too.
what is the severity we give. login fails eventhough we enter the correct username and pwd.
what are the different types of SDLC?
37 Answers CybAge, i-Link, IBM, Intel, Middle East Bank, Satyam, TCS, Value Labs, Wipro,
WHAT IS THE ANSWER FOR THE QUESTION "WHAT ARE YOUR ACHIEVEMENTS IN YOUR PREVIOUS COMAPANY"
When the Developer fixes and releases a defect.. then the tester tests it and fails the defect. Suppose the developer again fixes it and the tester again fails it and this process continues for the same defect for more times then what is that u do for getting the defect closed?
What is Entry and Exit Criteria? When and how we will consider them? Can any one explain this Question.
is test data the same as test condition
What is diference between Draft and Build
what is the difference between test plan and test strategy. can anybody give me a template for test strategy
Write test cases for agent login screen agent name will 4 to 20 character. password length not mention two buttons, 1-submmit and 2-Reset