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
Describe a past experience with implementing a test harness in the development of software.
What about manual testing opening in bangalore in September. Not getting a single interview call from last one month.
How to write test case for view the table(i.e it is already stored in database and see the content in the table)
Explain Operational Acceptance Testing with example ?
Scenario-based testing Option 1 concentrates on actor and software interaction Option 2 misses errors in specifications Option 3 misses errors in subsystem interactions Option 4 Both 1 abd 2
How to explain the Insurance project in the interview?
Relative to other technical groups in the company? Relative to your staff?
Please Provide me the link to download Testing Category questions and answers If some body has downloaded it pleae send it to me Pavan : Email pavan_cd@yahoo.com Quetion2 : Can any body Explain me about Testing thumb rules
Write 2 scenarios for Integration testing? Please let me know its urgent.
When have you had to focus on data integrity?
hi i want manual testing interview question(3+exp)please tell me
Explain Testing process in your organization?
Explain unit testing, integration tests, system testing and acceptance testing?
What knowledge I must have as a 3 yrs. manual tester??
What criteria would you use to select Web transactions for load testing?