当前位置:网站首页>【testlink】TestLink1.9.18常见问题解决方法
【testlink】TestLink1.9.18常见问题解决方法
2022-07-05 16:27:00 【bulabula2022】
前言
TestLink可以有效的管理测试的整个流程,因为测试是跟随着软件的整个生命周期直至结束,所以采用TestLink来管理测试流程。
TestLink可以和Redmine的项目进行关联,testllink执行用例时发现的问题可以记录到redmine中,所以选择TestLink可以完善Redmine项目流程管理系统。
常见问题解决办法
本人在搭建testlink1.9.18过程中遇到问题解决办法,现分享给大家
本人搭建testlink服务详细过程:win10系统testlink1.9.18环境实操步骤.doc-Web服务器文档类资源-CSDN下载
以下这些内容主要是靠修改文件config.inc.php解决的,文件目录在testlink文件下。
1.更改导入测试套件和测试用例文件大小
A、打开config.inc.php,查找$tlCfg->import_file_max_size_bytes,将后面的数据‘409600’改为期望的数据值。
B、$tlCfg->import_max_row = '10000' 是导入文件一行的大小限制。
2.禁用TestLink安全警告输出
A、打开config.inc.php,进入LOGGING项;
B、将$tlCfg->config_check_warning_mode中'FILE'改为' SILENT';
3.禁止用户注册
打开config.inc.php,找到$tlCfg->user_self_signup ,将其后true改为false,在登录界面便取消了New User链接。
4.解决执行时TestLink测试用例集显示乱码问题
A)进入..\Testlink\lib\execute,编辑文件execSetResults.php,
B)查找:$str .= htmlentities($elem) . ‘/’;
替换为: $str .= htmlentities($elem, ENT_QUOTES, 'UTF-8') . '/';
5.解决结果查看中TestLink图表显示乱码问题
A)将下载或从Windows中提取到的字体SIMYOU.TTF拷贝到Testlink中的Pchart的字体目录,路径为:
..\testlink\third_party\pchart\Fonts
注:若是下载的字体,需要将字体文件拷贝到c:/windows/fonts文件夹目录下
B)修改config.inc.php:将
$tlCfg->charts_font_path = TL_ABS_PATH . “third_party/pchart/Fonts/tahoma.ttf”;
中的字体重新设置:
$tlCfg->charts_font_path = “c:/windows/fonts/SIMYOU.TTF“;
6.TestLink时区问题
TestLink服务器时间和北京时间差8个小时左右,可按照下面的方法解决:
A)在php.ini(在C:\WINDOWS目录下)中设置date.timezone的值为PRC,设置好以后的为:date.timezone=PRC;
B)同时取消这一行代码的注释,即去掉前面的分号就可以了;
C)重启Apache服务器。
7.testlink apache服务器设置外网访问的方法 (服务器)
找到apache配置文件httpd.conf,找到配置:
修改为允许远程访问,代码展示如下:
<directory />
options followsymlinks
allowoverride none
order deny,allow
allow from all
</directory>
随后,打开windows防火墙——高级设置——入站规则——新建规则——选择“端口”——下一步——选择tcp、特定本地端口(填写80)——下一步——下一步——命名——完成
边栏推荐
- 【剑指 Offer】61. 扑克牌中的顺子
- 搜索 正排索引 和 倒排索引 区别
- Explain in detail the functions and underlying implementation logic of the groups sets statement in SQL
- 机器学习编译第2讲:张量程序抽象
- 采用药丸屏的iPhone14或引发中国消费者的热烈抢购
- BS-XX-042 基于SSM实现人事管理系统
- China Radio and television officially launched 5g services, and China Mobile quickly launched free services to retain users
- Games101 notes (III)
- 高数 | 旋转体体积计算方法汇总、二重积分计算旋转体体积
- C# TCP如何限制单个客户端的访问流量
猜你喜欢
Scratch colorful candied haws Electronic Society graphical programming scratch grade examination level 3 true questions and answers analysis June 2022
File operation --i/o
Deep learning plus
ECU简介
Precision epidemic prevention has a "sharp weapon" | smart core helps digital sentinels escort the resumption of the city
养不起真猫,就用代码吸猫 -Unity 粒子实现画猫咪
阈值同态加密在隐私计算中的应用:解读
How to set the WiFi password of the router on the computer
How does win11 change icons for applications? Win11 method of changing icons for applications
Copy mode DMA
随机推荐
阈值同态加密在隐私计算中的应用:解读
Learnopongl notes (II) - Lighting
[深度学习][原创]让yolov6-0.1.0支持yolov5的txt读取数据集模式
【组队 PK 赛】本周任务已开启 | 答题挑战,夯实商品详情知识
Allusions of King Xuan of Qi Dynasty
[Jianzhi offer] 66 Build product array
Practical example of propeller easydl: automatic scratch recognition of industrial parts
Sentinel flow guard
国内首家 EMQ 加入亚马逊云科技「初创加速-全球合作伙伴网络计划」
Binary tree related OJ problems
【剑指 Offer】61. 扑克牌中的顺子
Is it safe to open a securities account by mobile phone? Detailed steps of how to buy stocks
Scratch colorful candied haws Electronic Society graphical programming scratch grade examination level 3 true questions and answers analysis June 2022
[js] 技巧 简化if 判空
手机开证券账户安全吗?怎么买股票详细步骤
Desci: is decentralized science the new trend of Web3.0?
机器学习编译第2讲:张量程序抽象
Accès aux données - intégration du cadre d'entité
Hiengine: comparable to the local cloud native memory database engine
How to uninstall MySQL cleanly