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"; }; |
Parent topic: FAQs