QTEST_COMPILER_ERROR | File compilation error | Occurs when there is an error while trying to compile a file. | Verify that the compiler/programming language for the file you are trying to compile is installed. |
QTEST_RUNTIME_ERROR | Run time error | Occurs when any of the executed files encounters a runtime error. | Fix the error in the file you are running. |
QTEST_TIME_LIMIT_EXCEEDED | Time limit exceeded | Occurs when the generator file, checker file, or correct file exceeds the maximum defined time limit. | Optimize the slow code. |
QTEST_COULDNT_CREATE_FOLDER | Couldn't create folder | Occurs when attempting to create a folder fails, possibly due to denied permissions. | Try running the application as administrator. |
QTEST_COULDNT_OPEN_FILE | Couldn't open file | Occurs when attempting to open a file fails, possibly due to denied permissions. | Try running the application as administrator. |
QTEST_COULDNT_WRITE_TO_FILE | Couldn't write to file | Occurs when attempting to write to a file fails, possibly due to denied permissions. | Try running the application as administrator. |
QTEST_EXTENSION_NOT_SOPPORTED_ERROR | Extension not supported error | Occurs when attempting to run a file with an extension not supported by QuickTest. | - |
QTEST_CONFIGURATION_FILE_ERROR | Configuration file error | Occurs when the configuration file "~/.quicktest/languages.config.json" contains errors. | Modify the configuration file to correct the errors, or delete the file to use the default configurations. |
QTEST_PROGRAM_NOT_INSTALLED_ERROR | Program not installed error | Occurs when the program required to execute the file is not installed on the computer where QuickTest is running. | Install the required program/programming language. |
QTEST_SETUP_LABEL_IS_NOT_CORRECT_ERROR | Setup label is not correct error | Occurs when the entered label does not exist in the configuration file. | Correct the label with an accepted label. To see the accepted labels, run the command quicktest setup config --help. |