Http://www.cnblogs.com/samfish/archive/2010/06/22/1762798.html
Installation Environment Preparation:
1. Download XAMPP, this is a powerful building station integration package, I use: xampp-win32-1.7.3;
2. Download Testlink, for the management of test process, mainly the management of test cases, I use: TestLink1.8.4;
Installation:
1. Install the XAMPP, the path is D:\xampp;
2. Extract TestLink1.8.4, extract to D:\xampp\htdocs, folder name to: Testlink;
3. Open the Xampp Control Panel, open Apache Service and MySQL service, see "annex 1";
4. Open the browser, enter the http://localhost/testlink/install/index.php in the Address bar, enter to open the installation interface, and then follow the requirements of step-by-step operation, you can complete the installation;
5. Open the browser, enter the http://192.168.0.57/testlink/login.php in the Address bar and enter the login interface, see "annex 2";
6. See "Annex 2", the first login page will have a hint, the red box circled out of the section, this can be found in the Testlink directory config.inc.php file will be
The Config_check_warning_mode parameter is modified to "SILENT". Modify the completion, refresh the login page becomes the normal mode.
Chinese configuration:
1.TestLink of Chinese is very simple, first of all to prepare a good String.txt file, copy the file to ... \testlink\local\zh_cn directory replaced
The original file. Then, open the config.inc.php file, locate the Default_language option, and modify the parameter to "ZH_CN" as shown in Figure 8. At this time, again
Refresh your login page to become Chinese, as shown in Figure 9.
2. Enter user name: admin, Password: admin, login into Testlink, as shown in Figure 10. This page is all in English, it is rare to succeed in Chinese. I have looked for a bit, the original
The default is EN_GB, which is in English, of course. To display it in Chinese, click Personal in the upper-right corner to select the administrator's area for Simplified Chinese.
As shown in Figure 11, in the local option, select the bottom chines simplified, and then fill in the Email (which must be filled in) and click Save.
3. Click on the Home menu again, the English interface we signed in to become Chinese, as shown in Figure 12.