바로가기 메뉴 본문 바로가기 주메뉴 바로가기
  • 03-1aHave you considered the operating environment of the AI system when determining the test environment?
    • AI systems with numerous parameters, such as operating limitations, diverse functions, and low performance, can have close to an infinite number of test suites. In this case, consider pairwise testing (or all-pairs testing), a combinatorial method of software testing that can reduce the number of test suites through a combination of parameters.

    • For AI systems that cannot create edge-case scenarios or that include scenarios that could harm the entities of the environment during the test, consider designing a virtual test environment.

    • You can adopt virtual testing if real-world testing cannot be performed due to difficulty in preparing a test environment (e.g. a robot that investigates the site of a nuclear accident).