Scheduling is the approximate time frame definition for future events. Scheduling, for example, is used in laying out the main Framework activities for the project. If the project is behind schedule, then integration testing can't even begin. Integration testing happens after unit testing which happens after coding. Additionally, if scheduling is tight, then project managers could potentially reduce the time in integration testing thus reducing the quality or increasing the cost.
Chat with our AI personalities
Generally Integration testing takes place after completion of unit testing. Integration testing is used to test the interfaces of the modules tested in the unit testing. It tests at the interactions of the modules to identify the bugs or errors. If the unit testing takes more time than it affects integration tesing and then the project manager has to reduce the time to test the software in integration testing. Thus,the project scheduling affects integration testing.