Give me some examples of how you have participated in Integration Testing.

Showing Answers 1 - 9 of 9 Answers

Pattabiraman.A.C

  • Jun 20th, 2007
 

Integration testing means testing of combined parts of an application to determine if they function together correctly.

For example : Assume you are testing a yahoo mail application. You want to compose a mail after writing something if you want to save that. If you click on "Save as draft" button it should get saved in the
"draft folder" checking these dependencies between modules is called integration testing.

Another example : Assume that you are working with windows XP OS. If you are deleting some folder or file(s) from any one of your drives (C, D, etc..) it should be sent to recycle bin . Similarly if you want to restore that deleted folder from recycle bin it should be again restored in the original location from where it was deleted. Checking these
dependencies is called as integration testing.

  Was this answer useful?  Yes

I Figured out with good examples. For a Job Portal website the Process is like Registration->Resume Setup->Resume Updated->Search Job(s)-> Apply the Job


In this Resume Setup requirement, there is an option of creating a Resume for the user with 5 options (different). Each options having different steps to complete the process for Resume
Updating. So those 5 options of steps (Information) should mapped to the Resume Updated details and send it correct next process. So every steps to be integrated and to test.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions