Which type of test is conducted on a portion of a software program?
Explanation
A partial test and component test refer to testing parts of software, but a stub test specifically involves testing a segment of the program by replacing missing components with simplified implementations. Complete program tests cover the entire software, while integration tests focus on combined modules.