How do you perform integration testing?
Thread Tags
Adobe Illustrator Adobe InDesign Adobe Photoshop Android Development Android Programming Android Studio Automation Testing C / C++ Programming Career Options College Lounge css digital marketing Digital Marketing / SEO Fireworks Graphic Design Graphic designing Graphics Design Graphics Designing HTML? Illustrator Internship Training logo Design logo designing Magento Photoshop PHP Programming QA react-native Scroll Website SEO Single Page Website Stock Managment System Testing Typography UI UI/UX Development UI Design UI Designing UI development User Interface UX Design Web Designing Website Design Wordpress wpRegister for free!
Registration at Smart Mentors is completely free and takes only a few seconds. By registering you’ll gain:
- Full Posting Privileges.
- Access to Private Messaging.
- Optional Email Notification.
- Ability to Fully Participate.
Register Now, or check out the Site Tour and find out everything Smart Mentors has to offer.
This thread contains 1 reply, has 2 voices, and was last updated by Urvish 2 years ago.
- Author Replies
- January 7, 2019 at 11:54 am #51538
Integration testing is a type of black box testing. Integration testing focuses on the interfaces between units, to make sure the units work together. For integration testing, we ensure that all units testing of each component is performed earlier.
Integration testing starts only after the unit testing. The purpose of integration testing is to ensure different components of the application interact with each other. So that, components work as per the customer specifications.
Test cases are developed with the purpose of utilizing the interfaces between the components. Integration testing is considered as a complete state; when actual results and expected results are same.
- AuthorPosts
You must be logged in to reply to this thread.Please login or register. Registration is 100% free.