Black-box testing views the program as a black box without seeing code. White-box testing examines internal structure. Gray-box combines black-box and knowledge of database validation. Test scripts are sets of automated instructions. Test suites are collections of test cases or scripts. Stress testing subjects a system to unreasonable loads to find breaking points while load testing uses representative loads.