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 |
What is the need for testing?What is the Outcome of Testing? What is the Purpose of Testing? When to start and Stop Testing?
1.what is verifacation,validation,how its achieved? 2.What is test techniques& strategy? 3.what is error,fault,failure? 4.what is Reviews,Walkthrough,Inspection & Audit? 5.What is Change management,Configuration management,Version control,Test harness? 6.Importance of Severity,Priority,explain Bug life cycle? 7.Difference between use case & test case with example? 8.When should stop testing? 9.Write a test case for online banking application in the topics user login,security,transaction to other accout,data protection. 10.If the software is tested but all the bugs was not fixed,will you release this software?If yes/No then why?
at the time of testing web based applications and client server apllications, what you absorved as a tester? (i need not differences, but i need what you absorved at the time of testing as a tester)
What is CRD and SRD file
What are the limitations for testing?
4 Answers Thatavarti Technologies,
After which phase you are performing UAT?
when will go for compatibility testing and when you use the testing metrics?
Explain Load testing
howmany buids u hav in u r project , for how many days u get build
How to Test a C++ and unix application is there any automated tool available,
What ia the need of the testing? What is the purpose of the testing? what is the diff between these tw0?
What will be the testcase for a uniquely generated number in the application?? i mean to say is, how will i conform the application is generating a unique value.... please do answer...