which approach u r following while integrating the
modules(top down or bottom up) explain process
Answer Posted / vijayvardhan
For integrating the modules we have three techniques or approaches. Which one we have to follow is depends on the source code availability.
Three techniques are
1.Bing Bang approach
2.Top - Down approach
3.Bottom-Up approach
>Bing bang approach can be choosed when all Units are available without any incompletion in programming.
>Top-Down approach can be choosed when any in completed program at bottom level while integrating the modules. Here integration can be done from top to bottom. and incompleted program can be replaced with "Stub"
>Bottom-Up approach can be choosed when any in completed program at top level. Here integration can be done from bottom to top and the incompleted program can be replaced with "Driver"
Correct me if am wrong.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is Test Design?
If I want to check compability of software in a MAC OS then which steps shold I follow?
Please can any one tell me 1).Types of reports 2).Types of Meetings.
When to stop testing? (Or) how do you decide when you have tested enough?
how can you test the web environment for security testing?
why testcases are written and what is the importance?
What is frame level testing and how do we test it?
What is testing and maintenance?
What is software configuration management?
Suggest some book to learn more test case???
Artifacts in design phase of SDLC ?
What does you mean by positive and negative testing & what is the difference between them. Can anyone explain with an example?
What is the typical situation u faced while collecting the test data?
As you are working with cmmi level 5 company ,can you tell me what processes you r following as QA engineer?
What is smoke test?