What is the outcome of integration testing?
Answers were Sorted based on User's Feedback
Hai...
The outcome of integration tetsing is:
1.To verify functional, performance, and reliability
requirements placed on major design items or groups of
units.
2.success and error cases being simulated via appropriate
parameter and data inputs.
3. Simulated usage of shared data areas and inter-process
communication is tested and individual subsystems are
exercised through their input interface.
4. Test cases are constructed to test that all components
within assemblages interact correctly
K,Byeee...
Thanks & Regards
B.Ramyasri.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / t.mahipalreddy
All the modules are get connected ,either in top- down
approach or bottom-up approach or Hybrid approach
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / murali
checking all the interfaces are working according to the
expectations after all the modules are integrated
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / narandra
means white box testing was completed
1)unit testing (conditions,loops,paths,statements,coverages)
2)integration testing (top down,botton up)
after completion of all these things than only integration
testing was completed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nakul gupta
the outcome is that the different modules after combining
are working properly or not.......
| Is This Answer Correct ? | 0 Yes | 0 No |
types of testing?
After insert the record in front-end, how will you check the back end by manually? Please explain?
How would you approach measuring JavaScript code coverage?
what is the latest version of the win-runner?
Which of the following is NOT included in the Test Plan document of the Test Documentation Standard: a) Test items (i.e. software versions) b) What is not to be tested c) Test environments d) Quality plans e) Schedules and deadlines
What is the difference between functional testing and behavioral testing?
What is the different cost elements involved in implementing process in an organization?
What is the input for System testing?
If Interviewer asks "Do you want to ask any question to us?" Which questions should we ask to them?
integration testing is followed by a)unit testing b) system testing c) acceptance testing d) regression testing
How will you find out Root Cause of any defect?
What is Pilot testing ?