EMERGING TRENDS IN SOFTWARE ENGINEERING
MISCELLANEOUS
| 
 Question 
 [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
 
 | 
| 
 | 
  Determines what the program will do 
 
 | 
| 
 | 
  Determines how the program will work 
 
 | 
| 
 | 
  Determines whether or not the program works 
 
 | 
| 
 | 
  Adds new features to the delivered program 
 
 | 
Detailed explanation-1: -Software integration is the process of bringing together various types of software sub-systems so that they create a unified single system. Software integration can be required for a number of reasons, such as: Migrating from a legacy system to a new database system, including cloud-based data storage.
Detailed explanation-2: -The main purpose of integration testing is to validate that different software components, subsystems, or applications work together as a system to achieve the desired functionality and performance.
Detailed explanation-3: -Prepare the test plan. Design test cases, test scenarios, use cases and scripts. Run tests after unit/module integration. Detect, report and fix errors. Retest functionalities after fixing bugs. Repeat the process until all bugs are found and fixed.