我要评分
获取效率
正确性
完整性
易理解

Failed to Access Generated Test Cases

Symptom

Generated test cases fail to be accessed.
Figure 1 Access failure

Possible Causes

The required permission is not configured for the sandbox where the JVM is running.

Troubleshooting Procedure

Add or modify the .utgen/sandbox.policy file in the /home directory. Configure the Java sandbox security in the file.
1
2
3
grant {
    permission java.lang.RuntimePermission "exitVM.1";
};