Why would tests designed for testing a component of a system not be usable during system test ?
1
Expert's answer
2020-03-08T18:35:17-0400
Because testing a component implies testing only this single function but not the entire program. System test, however, means that the complete and fully integrated software is tested (you check all functions and other parameters).
Comments
Leave a comment