Which of the following statements is/are FALSE with respect to software testing ?
S1: White-box tests are based on specifications; better at telling whether program meets specification, better at finding errors of ommission.
S2: Black-box tests are based on code; better for finding crashes, out of bounds errors, file not closed errors.
S3: Alpha testing is conducted at the developer’s site by a team of highly skilled testers for software that is developed as a product to be used by many customers.
1
Only S1 and S2 are FALSE
2
Only S1 and S3 are FALSE
3
Only S2 and S3 are FALSE
4
All of S1, S2, and S3 are FALSE.