51Testing软件测试论坛

标题: testlink1.8.5汉化版全程最详细截图安装 [打印本页]

作者: 2008_test    时间: 2010-3-20 18:11
标题: testlink1.8.5汉化版全程最详细截图安装
今天利用周六一个下午终于把testlink搞好了,看了N多的前辈的资料,自己总结下发个详细的截图版,希望对新手装testlink有些帮助。
第一步、安装 Apache 2.2.4
  安装文件:
  apache_2.2.4-win32-x86-no_ssl.msi
  下载地址:http://apache.justdn.org/httpd/binaries/win32/apache_2.2.4-win32-x86-no_ssl.msi
  我的安装目录:
    D:\Program Files\Apache Software Foundation\Apache2.2



第二步、安装PHP
下载压缩包,非安装包。扩展性更好。
下载页面: http://file.mofile.com/ 文件提取码:3898470419221604
文件名:php-5.2.4-Win32.zip
我的目录:解压缩到 D:\PHP 目录
将该目录下的 php.ini-dist 更名为 php.ini
用UE打开php.ini,将
;extension=php_mysql.dll前面的分号去掉。即开放其功能

这时候要注意在系统变量中配置php,在系统变量的path中插入php的安装目录,见附件8,我是输入“;D:\PHP;D\PHP\ext”



第三步,配置 Apache 2.2.4


打开目录:D:\Program Files\Apache Software Foundation\Apache2.2\conf\extra
  新建一个名为:httpd-php5.conf 的文本文件,用记事本打开,添加以下内容

LoadModule php5_module "D:\PHP\php5apache2_2.dll"
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
DirectoryIndex index.php
PHPIniDir "D:\PHP"

  然后用记事本打开:D:\Program Files\Apache Software Foundation\Apache2.2\conf\httpd.conf
  在文件末尾添加一行:
Include conf/extra/httpd-php5.conf



第四步 测试Apache 及 PHP


在Apache2.2\\htdocs目录下新建文件index.php.其内容如下:
<?php
phpinfo();
?>

访问 http://127.0.0.1:8080
出现“It works!”的默认主页。
访问访问 http://127.0.0.1:8080/index.php .出现PHP信息。注:如果本机装了QTP等程序占用了Apache端口,会无法出现这个信息,需要去修改apache默认端口8080端口为其他端口


第五步 安装MySQL


运行安装文件,选择完全安装,跳过创建MySQL.com帐户,最后选择立刻配置MySQL服务器。
下载引用页:http://www.onlinedown.net/soft/3573.htm
下载文件名:mysql-5.0.41-win32.zip
下载完成后直接安装。直接next即可,密码可改可不改



第六步,安装TestLink


(1)将TestLink解压缩到Apache2.2\htdocs下,重新命名为testlink
(2)访问http://127.0.0.1/testlink/install/index.php
(3)点击New Installation
(4)数据库管理员填写root及root的密码(若未设则空),填写数据库用户名及密码
(5)点击安装按钮,然后同意许可协议,继续
(6)安装完成,点击最后一行的(Please Click Me!)
(7)访问http://127.0.0.1/testlink/index.php即可使用出现TestLink登陆界面


第七步,汉化

1)登录后,在菜单栏中的Personal中更改admin默认的语言,选择“Chinese silmpified”。
2)用附件zh_CN替换testlink\locale\zh_CN目录下的所有文件

注:安装后把testlink中config.inc.php文件中如附件11中所示的FILE改为SILENT,这样testlink的安全报错D:\server\xampp\htdocs\testlink\logs\config_check.txt. To disable any reference to these checkings, set $tlCfg->config_check_warning_mode = 'SILENT'就不会出现了

[ 本帖最后由 2008_test 于 2010-4-15 23:29 编辑 ]
作者: redapplebj    时间: 2010-3-21 16:40
Apache 2.2.4和PHP的网站我都上不去呀?
作者: 2008_test    时间: 2010-3-21 20:39
apache那个链接直接右击用迅雷下载就行了,是个下载地址
作者: redapplebj    时间: 2010-3-23 11:11
多谢搂主,软件都安地址下载了。

我已经过了第五步,在第六步,安装TestLink时
(1)将TestLink解压缩到Apache2.2\htdocs下,重新命名为testlink
(2)访问http://127.0.0.1/testlink/install/index.php
(3)点击New Installation
(4)数据库管理员填写root及root的密码(若未设则空),填写数据库用户名及密码
这个网页出现了问题:
在“Web and PHP configuration“项:
Maximum Session Idle Time before Timeout        24 minutes and 0 seconds - (Short. Consider to extend.)
Checking max. execution time (Parameter max_execution_time)        30 seconds - We suggest 120 seconds in order to manage hundred of test cases (edit php.ini)
Check maximal allowed memory (Parameter memory_limit)        OK (128 MegaBytes)
Checking if Register Globals is disabled                                                   OK
Checking MySQL Database                                                                        Failed! MySQL Database cannot be used.
Checking Postgres Database                                                                         Failed! Postgres Database cannot be used.
Checking GD Graphic library                                                                        OK
Checking LDAP library                                                                                              Failed! LDAP library not enabled. LDAP authentication cannot be used. (default internal authentication will works).
Checking JSON library                                                                                              OK

好像没有找到数据库,点击“Process TestLink Setup”后,出现页面报错:
“Checking PHP DB extensions Warning!: Your PHP installation don't have the mysql extension mysql- without it is IMPOSSIBLE to use Testlink.Failed!”

搂主能帮忙看看这个是什么问题么?期待答案,万分感谢中......

BTW,每步我都按搂主写的操作,就是这个安装testlink时有这样的问题。
作者: redapplebj    时间: 2010-3-23 15:02
请教附件中database configuration中的database name应该填什么呀,我怎么填“mysql“后总是报错呢?

哎,难为搂主了。多谢。
作者: 齐薄云天    时间: 2010-3-23 16:33
标题: 回复 5# 的帖子
database name 指的是 TestLink 要使用的数据库.
你填写一个 testlink 就可以了, 这时TestLink Intstaller 会自动在MySQl 数据库中创建一个名为 testlink 的数据库, 用于存储testlink 的数据.
作者: tsh62812    时间: 2010-3-25 09:30
谢谢  我正准备换这个工具  至今还没装  谢谢参考
作者: xingzunxi    时间: 2010-3-26 00:27
testlink 可不可以自定义测试用例的字段
作者: 齐薄云天    时间: 2010-3-26 09:39
标题: 用户自定义TestLink的测试用例字段
以下的操作方法用的是TestLink1.9-Beta3版本

以管理员的身份登录TestLink,在主页的左上角有一个“产品管理”的窗格,其中第三条就是“自定义字段管理”,你点击它进入,就可以自定义字段了。
里面有好多功能,不仅可以为测试用例添加字段,也可以为测试说明书,测试计划,测试套件添加字段。
作者: jesseliver    时间: 2010-3-31 22:08
和四楼同样的问题啊
作者: Kity_88    时间: 2010-4-1 09:32
直接安装XAMPP所有环境都有了,再把TestLink丢到../xampp的目录下,解压在testlink的文件夹中就可以了。关键是XAMPP的安装和配置。
作者: 2008_test    时间: 2010-4-2 23:25
::ybaojc::: 哈哈,我这贴的人气很旺啊
作者: greendays    时间: 2010-4-9 17:15
测试结果-图表,图表中的字全显示为方格了~~~
除了这个其他的部分都汉化的很好
作者: Cihanfee    时间: 2010-4-10 09:11
谢谢楼主,刚开始接触测试工具,已经安装成功了。
但是不知道为什么我在win 2003 企业版上安装不成功~~~
作者: 2008_test    时间: 2010-4-13 17:26
可能要改些配置吧,我只在winxp下安装过
作者: cellair    时间: 2010-4-25 11:14
上午安装了下 太麻烦了放弃了
作者: zxxarthur    时间: 2010-5-25 09:51
我想要看看学习学习。
作者: xinmeng    时间: 2010-5-28 14:24
没有安装过,正好需要,谢谢啦
作者: guo0866    时间: 2010-6-11 09:46
哈哈 留名。
作者: zhong51test    时间: 2010-6-12 15:22
标题: 描述详细
也想引用该工具
作者: ava66    时间: 2010-7-9 14:18
正需要这个呢!多谢啦!
作者: bestrick    时间: 2010-7-12 21:09
请问下楼主如果要升级该怎么办?比如从1.7.4升级到1.8.5。安装中虽然有升级的提示,但是还是会出现许多问题呢。能否简单写点升级的心得呢?谢谢~
作者: twsForever    时间: 2010-8-17 16:54
学习学习
作者: twsForever    时间: 2010-8-17 17:35
大侠,apache支持win7么?我装到第四步,找不到那个conf文件
作者: kingsang    时间: 2010-9-3 11:30
测试apa、php不通过
作者: kingsang    时间: 2010-9-3 11:31
打开网页提示无法显示该网页,有可能是啥问题
作者: 2008_test    时间: 2010-9-3 14:46
额,啥问题,截图发来看看
作者: sunqiang1024    时间: 2010-9-3 17:53
为什么我选择了中文总是不生效
作者: sunqiang1024    时间: 2010-9-3 17:53
已经复制了你的那个中文包
作者: joyzym    时间: 2010-10-7 23:25
同4楼问题
Checking MySQL Database                                                                        Failed! MySQL Database cannot be used.
Checking Postgres Database                                                                         Failed! Postgres Database cannot be used.

如何在MYSQL建立数据库?
作者: 2008_test    时间: 2010-10-9 11:47
回复 29# sunqiang1024


    应该是可以中文的,你可以看看testlink中的各种设置项中,我记得可以设置成中文的,不过汉化不是特别好
作者: 2008_test    时间: 2010-10-9 11:47
回复 30# joyzym


    你可以看看6楼的帖,试试
作者: menf0630    时间: 2010-10-27 13:48
我的testlink是主管配置的,半英半中
作者: 2008_test    时间: 2010-11-1 17:39
回复 33# menf0630


    配置testlink也不是很难。。我这里写的应该很详细了。。
作者: moonlhy    时间: 2010-11-9 14:41
本帖最后由 moonlhy 于 2010-11-9 14:42 编辑

同4#一样的问题,试过了很多方法,在我这都无效啊。数据库已经建好,还是不好使。
盼望有好的解决办法。
作者: moonlhy    时间: 2010-11-9 17:53
终于解决了4#所说的问题。
将 PHP安装目录下的 php5ts.dll 文件复制到C:\window\system32目录中.
将PHP安装 目录下的libmysql.dll文件到 C:\windows\system32\ 目录中。
这时Checking MySQL Database后面就显示ok了。                                                                        
我的问题就是这么解决的 。
作者: xinqidian123    时间: 2010-11-23 17:45
前面都通过了···最后一步出问题了··

Writing configuration file: Failed!
TestLink couldn't write the config file. Please copy the following into the ../config_db.inc.php file:

<?php
// Automatically Generated by TestLink Installer
define('DB_TYPE', 'mysql');
define('DB_USER', 'liuwei');
define('DB_PASS', 'sasa');
define('DB_HOST', 'localhost');
define('DB_NAME', 'testlink');
define('DB_TABLE_PREFIX', '');
?>

我手动添加了也是不行啊···
请问可能是什么问题?
作者: meteorol    时间: 2010-12-1 17:16
第六步:
将TestLink解压缩到Apache2.2\htdocs下,重新命名为testlink
访问http://127.0.0.1/testlink/install/index.php
出现如下界面:
[attach]66818[/attach]
作者: tigeryarn    时间: 2010-12-30 15:04
本帖最后由 tigeryarn 于 2010-12-30 16:11 编辑

答复4楼:

修改D:\PHP里的php。ini配置文件

extension_dir = "./"
将其改为你的 php 安装目录下 ext 子目录的绝对路径。例如我的:
extension_dir = "D:/PHP/ext"
这步很重要 。否则接下来 php 会找不到 php_mysql.dll 模块,无法装载。
作者: 测试菜鸟中    时间: 2011-1-12 13:55
安装时testlink无法识别出mysql
Maximum Session Idle Time before Timeout 24 minutes and 0 seconds - (Short. Consider to extend.)
Checking max. execution time (Parameter max_execution_time) 30 seconds - We suggest 120 seconds in order to manage hundred of test cases (edit php.ini)
Check maximal allowed memory (Parameter memory_limit) OK (128 MegaBytes)
Checking if Register Globals is disabled OK
Checking MySQL Database  Failed! MySQL Database cannot be used.
Checking Postgres Database  Failed! Postgres Database cannot be used.
Checking GD Graphic library  Failed! GD Graphic library not enabled.
Graph rendering requires it. This feature will be disabled. It's recommended to install it..
Checking LDAP library  Failed! LDAP library not enabled. LDAP authentication cannot be used. (default internal authentication will works).
Checking JSON library  OK
[attach]67856[/attach]
作者: montella    时间: 2011-1-26 15:57
本人在Debian上已经成功安装,并在网上找到汉化的文件进行汉化,但不完整。
整个安装配置的过程见:http://user.qzone.qq.com/5328281 ... dFolder_QuickMenu.0
作者: ct_051    时间: 2011-1-27 10:07
今天正准备装1.9.1,希望能安装成功
作者: 月亮上的小妖精    时间: 2011-2-14 11:51
准备安装1.9在linux环境下,有什么区别吗?
作者: cool9999    时间: 2011-2-20 20:48
没有安装过,正好需要,谢谢啦
作者: elikai    时间: 2011-4-2 10:29
感谢
作者: ym_wei    时间: 2011-5-12 14:22
为啥没人回答4楼的问题呢
作者: zidane0412    时间: 2011-5-27 19:10
前面都执行成功了 第六步访问http://127.0.0.1/testlink/install/index.php时报该也无法访问。请问为什么!急急急急急急急急急急急急急急急急急急急急急急急急急急急急急急急急急急急急急急急
作者: zidane0412    时间: 2011-5-27 19:11
回复 1# 2008_test


    前面的都可以 但到了第六步访问http://127.0.0.1/testlink/install/index.php时候,报该也无法访问,请问大虾有木有解决方案
作者: my145    时间: 2011-11-23 10:06
我在wamp上装的testlink1.8.5,装成功了,但是点击主页上的执行测试,进入页面,点击列表中测试用例报错
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 98304 bytes) in G:\wamp\www\testlink\third_**\smarty\libs\plugins\function.config_load.php on line 110
点击主页上的测试报告与度量中的总体测试计划度量 报错Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 3407 bytes) in G:\wamp\www\testlink\third_**\smarty\libs\Smarty_Compiler.class.php on line 1230

如何解决,请大家指点一下,问题较急
作者: yongqi7613    时间: 2012-5-11 18:36
谢谢啦
作者: kookla    时间: 2012-6-29 16:10
很好
作者: joan_1    时间: 2012-7-13 14:47
同4楼的问题,按36楼的方法,仍未解决
作者: 玉雹清    时间: 2012-8-2 12:55
说的不错!
作者: wangtong0415    时间: 2012-8-15 17:55
回复 4# redapplebj


    也是遇到这个问题
作者: hc3710    时间: 2012-8-16 18:57
汉化成功了,谢谢!

好像还有其他出错哦!!

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 98304 bytes) in E:\wamp\www\testlink\lib\functions\testcase.class.php on line 3134
作者: xjslyl    时间: 2014-7-3 17:09
回复 49# my145


    目前在XP系统中配置了wamp ,再装testlink ,测试网站打不开呢,什么问题
作者: motalu    时间: 2014-10-29 11:33
你好,为什么我安装Testlink的时候,总是不出现安装Testlink的界面,求解。
作者: abea007    时间: 2015-12-15 15:41
学习了,谢谢.
作者: zhoubianyouhui    时间: 2016-1-29 15:44
正好需要,谢谢啦
作者: 小不点_helenqq    时间: 2017-3-15 11:05
好贴啊,testlink的安装很顺利




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2