Skip to content
QiTASC.com / Troubleshooting /
Configuration Files
/ .. /
Configuration Files





Troubleshooting: Configuration Files

If the logs and reports do not reveal a test case failure's source, check the configuration files for possible causes. Ensure the paths are pointing to the correct folders, there are no spelling or punctuation errors and there is no blank between quotation marks and the word within the quotation marks:

1
reportsRootFoldername : "/Users/yourName/yourProject/reports"

Important!

  • Make sure there are whitespace between the configuration name and the colon, but not after the quotation marks.

  • A path's appearance will vary depending on the operating system being used.

Commented Out Configurations

Configurations are sometimes commented out with an underscore (_):

1
2
3
4
5
6
7
8
9
_WebSettings {
    timeoutSeconds                  = 60
    preferences {
        "network.proxy.type"        = 1
        "network.proxy.http"        = "192.168.yy.xxx"
        "network.proxy.http_port"   = xxxx
    }

}

If a configuration that is required for a test case is commented out or set to isActive : false, a test case may fail. To activate the configuration, delete the underscore or set isActive : false to true), save the file, and restart intaQt.