What is Integration Testing?What is Bottom Up & Top Down
Testing?
What actually the Stub & Driver is?
Explain me giving practical example?
Answer Posted / hardik
Integration Test
Purpose:
To ensure that code is implemented and designed properly
to take unit tested modules and build a program structure that has been dictated by design
IT only after UT
Combining the individual components to uncover errors associated with interfacing
Normally: Black box oriented
Doer: independent Test team
Tests interactions between two or more units or
components. Usually done by programmers.
Emphasizes interfaces.
Issues:
In what order are units combined?
How do you assure the compatibility and correctness of externally-supplied components?
How are units integrated? What are the implications of this order?
Top-down => need stubs; top-level tested repeatedly.
Bottom-up => need drivers; bottom-levels tested repeatedly.
Critical units first => stubs & drivers needed; critical units tested repeatedly.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Unix question: 1)command to print a list of files containing a particular word. 2) what does a .profile mean. 3) what is a file server? 4) Command to move towards left in vi editor explain grep and find commands using example.
What is severity and priority of bug? Give some example.
What is test closure?
What are the advantages of black box testing?
Write test cases on duster
How the application is launched to the production environment?
what is scrum how with ex?
If anybody from banglore having the real time exp in manual testing with 3+ yrs exp and looking for change send your profile to vinodhanandhan@gmail.com
Usually customers won’t give all the requirements. How will you manage & collect all the necessary information?
What are the different servers and difference between them?
a newly launched web site is hosted on web server.It is expected that 100 people visit the website every hour and browse 30 pages spending a total 15 minutes. what is the maximum hits/sec that the web server should support this load?justify your answer. need urgently. by rimesh
How do you get programmers to build testability support into their code?
HI FRNDS, I HAVE 2.5 years OF exp In Manual Testing,Plz let me know if thr r any oppurtunities in any company in Bangalore ID:dsnithi@gmail.com Thanks in Advance
What type bugs you will find in integration testing with example?
what type of testing techniques are using after accept the build?