Answer Posted / kiranba
Integration testing means testing the data flow between two
modules
we will do integration testing only when the application
dependent on other application in order to complete the
operation.( to complete action)
example:
Email application in smart phone or tablets,gmail
when you are composing mail click on attach it will carry to
gallery app for images and videos or quick office for
Documents ( In the example email is integrated with gallery
and quick office ,so we will test integration happened
properly or not
)
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How do you test a web application for dump and deaf??
what is Test management fundamental?
What is XML Testing? Do we have any tools to test the XML? Please let me know.
Describe any bug you remember. Plz Give some real examples
what r u r responsibilities in current project
What are similarities of Agile and Scrum?
wat is test management ?what are the components available in test management?
How do you go about testing a project?
What is checkpoint? How can you handle the checkpoints?
Explain the components of a test plan?
What is the difference between latent and masked defects?
What is meant by Boundary value analisis and Equalence partitioning? Can give derive this using these methods? In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10% The next £28000 is taxed at 22% Any further amount is taxed at 40% Which of these groups of numbers would fall into the same equivalence class? a) £4800; £14000; £28000 b) £5200; £5500; £28000 c) £28001; £32000; £35000 d) £5800; £28000; £32000
if yahoo ceo asks you to do performance testing for yahoo site, what are the inputs you ask from them?
How would u test and automate an Antivirus application ?
When we use integration testing for any new system so why we required system testing.