Bugzilla
Hello,
I try to set up an issue tracking template as documented in the Testcomplete manual. However I'm facing several issues:
1. After putting the address "http://myserver/cgi-bin/bugzilla" into the URL field of the connection manager (and a correct username and password), an error message appeared: "Unable to log in to Bugzilla. Please make sure you use the correct server address, login and password and try again."
With the help of the server logs I found out that Testcomplete did not try to access the URL above but instead "http://myserver/CGI-BIN/BUGZILLA" (note that it's all uppercase), which obviously did not exist. Is this a bug? I managed to work around it by creating the necessary symlinks on the Bugzilla server.
2. Now Testcomplete was able to find the Bugzilla installation, but claimed that "No mapping for the Unicode character exists in the target multi-byte code page". My Bugzilla installation is using an UTF-8 character set, all special characters are displayed correctly, and the webserver sends back the response header "Content-Type: text/html; charset=UTF-8" as it should. What is the problem here? I converted the Bugzilla installation to ISO-8859-1, since it's only a testdrive anyway, and the error message disappeared. But we won't be able to do that on the production server, which uses Unicode at the filesystem, database and webserver level.
3. Now the final problem which I could not solve: The connection manager of Testcomplete does not find any "top-level projects" on the specified server. The list of projects stays empty (see attached picture after clicking on Project in the Template Editor). How can this be solved? The manual states that "To post issues to Bugzilla, Bugzilla 3.0.3 or 3.4 is required on the server computer and no other special software is required on the computer where TestComplete is installed", so I set up a vanilla Bugzilla 3.4.0 on the server but still no luck. My Bugzilla contains two products, each product has one component and each component one version. What is preventing the Template Manager of Testcomplete from finding any projects?
Thanks!