You agree to abstain from drinking, attend AA meetings three times a week, and submit to random alcohol testing.
你得同意戒酒、每星期参加三次互助会、接受随机酒精测试。
TED演讲(视频版) 2020年4月合集
So you move away from random testing, you target it through contact tracing or contact warning.
因此, 您不再进行随机测试,而是通过接触者追踪或接触者警告来确定目标。
英语百科
Random testing
Random testing is a black-box software testing technique where programs are tested by generating random, independent inputs. Results of the output are compared against software specifications to verify that the test output is pass or fail. In case of absence of specifications the exceptions of the language are used which means if an exception arises during test execution then it means there is a fault in the program.