| |
GeekInterview.com > Interview Questions > Testing > Common
| Print | |
Question: Integration testing
Answer: Who is resposible for integration testing? |
| June 06, 2008 13:31:53 |
#4 |
| singamraju |
Member Since: April 2008 Total Comments: 4 |
Different approaches ofIntegration testing process done by Qa Tester in real environment |
| I have done lot of integration testing in Rent A Center and colonial bank to check whether the combined parts of an application working correctly or not.In Rent A Center as we are dealing with financial database,To convert DTS to SSIS package..I attended Design phase meeting and walk through meetings to find out How each component in database integrated ,So that I can have clear picture about the Bulid of Our application. We did Integration testing parallel to the component development as it saves lots of our time in testing.With this project I gained experience that we can’t do integration testing on Entire component as it takes 1) longer to locate Faults 2)End results takes more time . That’s the reason we preferred to go for Incramental Integration testing by checking each component Seperately,The advantage we had are Easy fault location,easy recovery from Disaster problems in our financial Data base.I have done lot of Bottom approach integaration,Top Down integration and Thread integration in my previous projects.Gained familiarity with Stubbs.After Converting the package in to SSIS we did integration testing to check whether the new package has any kind of effect on Data base ,Whether it can work on different browsers and navigators other than Windows application. With this experience I conclude that Integration testing plays vital role in any application or project ,As we need to do Integration testing from Design phase to Implementation phase. |
| |
Back To Question | |