Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果您要确保系统根据输入产生正确的输出,您会应用哪种类型的测试?
例如,您的企业有一个时间表系统。您对系统所做的唯一修改要求用户必须每天输入他们的时间,并且系统每天而不是每周生成报告?
公平地说,这将需要:
想法?
仅基于输入检查特定输出称为黑盒测试。例如,您只测试结果,对内部一无所知(您的代码是一个您看不到内部的黑匣子)。