当前位置:网站首页>【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)——下一步——下一步——命名——完成
边栏推荐
- How to uninstall MySQL cleanly
- Deep learning plus
- Google Earth engine (GEE) -- a brief introduction to kernel kernel functions and gray level co-occurrence matrix
- 【刷題篇】鹅廠文化衫問題
- Jarvis OJ Flag
- 如何安装mysql
- 【剑指 Offer】62. 圆圈中最后剩下的数字
- 【剑指 Offer】61. 扑克牌中的顺子
- 【剑指 Offer】63. 股票的最大利润
- PHP talent recruitment system development source code recruitment website source code secondary development
猜你喜欢

BS-XX-042 基于SSM实现人事管理系统

Android 隐私沙盒开发者预览版 3: 隐私安全和个性化体验全都要

Benji Bananas 会员通行证持有人第二季奖励活动更新一览

Iphone14 with pill screen may trigger a rush for Chinese consumers

Global Data Center released DC brain system, enabling intelligent operation and management through science and technology

国内首家 EMQ 加入亚马逊云科技「初创加速-全球合作伙伴网络计划」

美国芯片傲不起来了,中国芯片成功在新兴领域夺得第一名

Android privacy sandbox developer preview 3: privacy, security and personalized experience

Deep dive kotlin synergy (XXI): flow life cycle function

File operation --i/o
随机推荐
C# TCP如何限制单个客户端的访问流量
机器学习编译第2讲:张量程序抽象
深潜Kotlin协程(二十一):Flow 生命周期函数
How was the middle table destroyed?
Timestamp strtotime the day before or after the date
The first EMQ in China joined Amazon cloud technology's "startup acceleration - global partner network program"
[first lecture on robot coordinate system]
sqlserver 做cdc 要对数据库性能有什么要求么
国内首家 EMQ 加入亚马逊云科技「初创加速-全球合作伙伴网络计划」
[深度学习][原创]让yolov6-0.1.0支持yolov5的txt读取数据集模式
Desci: is decentralized science the new trend of Web3.0?
Android privacy sandbox developer preview 3: privacy, security and personalized experience
Jarvis OJ Flag
中国广电正式推出5G服务,中国移动赶紧推出免费服务挽留用户
如何将mysql卸载干净
ECU introduction
Do sqlserver have any requirements for database performance when doing CDC
Android 隐私沙盒开发者预览版 3: 隐私安全和个性化体验全都要
数据访问 - EntityFramework集成
帮忙看看是什么问题可以吗?[ERROR] Could not execute SQL stateme