当前位置:网站首页>[TestLink] testlink1.9.18 solutions to common problems
[TestLink] testlink1.9.18 solutions to common problems
2022-07-05 17:52:00 【bulabula2022】
Preface
TestLink It can effectively manage the whole process of testing , Because testing follows the whole life cycle of software until the end , So using TestLink To manage the testing process .
TestLink You can talk to Redmine Of the project ,testllink Problems found during the execution of use cases can be recorded redmine in , So choose TestLink Can improve Redmine Project process management system .
Solutions to common problems
I'm building testlink1.9.18 Solutions to problems encountered in the process , Now let's share
Built by myself testlink Detailed service process :win10 System testlink1.9.18 Environmental operation steps .doc-Web Server document class resources -CSDN download
The following content mainly depends on modifying the file config.inc.php Solved , The file directory is in testlink Under the document .
1. Change the size of the imported test suite and test case file
A、 open config.inc.php, lookup $tlCfg->import_file_max_size_bytes, The following data ‘409600’ Change to the expected data value .
B、$tlCfg->import_max_row = '10000' Is the size limit of one line of the imported file .
2. Ban TestLink Safety warning output
A、 open config.inc.php, Get into LOGGING term ;
B、 take $tlCfg->config_check_warning_mode in 'FILE' Change it to ' SILENT';
3. Prohibit users from registering
open config.inc.php, find $tlCfg->user_self_signup , Will follow true Change it to false, The login interface is cancelled New User link .
4. When solving execution TestLink The test case set shows the problem of garbled code
A) Get into ..\Testlink\lib\execute, Edit the file execSetResults.php,
B) lookup :$str .= htmlentities($elem) . ‘/’;
Replace with : $str .= htmlentities($elem, ENT_QUOTES, 'UTF-8') . '/';
5. Solution results are being viewed TestLink The chart shows the problem of garbled code
A) Will download or from Windows Fonts extracted from SIMYOU.TTF copy to Testlink Medium Pchart Font directory for , Path is :
..\testlink\third_party\pchart\Fonts
notes : If the font is downloaded , You need to copy the font file to c:/windows/fonts Folder directory
B) modify config.inc.php: take
$tlCfg->charts_font_path = TL_ABS_PATH . “third_party/pchart/Fonts/tahoma.ttf”;
Reset the font in :
$tlCfg->charts_font_path = “c:/windows/fonts/SIMYOU.TTF“;
6.TestLink Time zone problem
TestLink The server time is different from Beijing time 8 In hours or so , It can be solved according to the following methods :
A) stay php.ini( stay C:\WINDOWS Under the table of contents ) Set in date.timezone The value of is PRC, Set the future as :date.timezone=PRC;
B) At the same time, uncomment this line of code , That is, remove the semicolon in front of it ;
C) restart Apache The server .
7.testlink apache The server sets the method of Internet access ( The server )
find apache The configuration file httpd.conf, Find the configuration :
Modify to allow remote access , The code is shown as follows :
<directory />
options followsymlinks
allowoverride none
order deny,allow
allow from all
</directory>
And then , open windows A firewall —— Advanced settings —— Inbound rules —— New rules —— choice “ port ”—— next step —— choice tcp、 Specific local port ( Fill in 80)—— next step —— next step —— name —— complete
边栏推荐
- Thesis reading_ Chinese NLP_ LTP
- c#图文混合,以二进制方式写入数据库
- The comprehensive competitiveness of Huawei cloud native containers ranks first in China!
- 较文心损失一点点性能提升很多
- Knowledge points of MySQL (7)
- 证券网上开户安全吗?证券融资利率一般是多少?
- RSE2020/云检测:基于弱监督深度学习的高分辨率遥感图像精确云检测
- Ordinary programmers look at the code, and top programmers look at the trend
- ICML 2022 | Meta提出鲁棒的多目标贝叶斯优化方法,有效应对输入噪声
- Which is more cost-effective, haqu K1 or haqu H1? Who is more worth starting with?
猜你喜欢

企业数字化发展中的六个安全陋习,每一个都很危险!

论文阅读_中文NLP_LTP

每日一练:关于日期的一系列

How awesome is the architecture of "12306"?

Configure pytorch environment in Anaconda - win10 system (small white packet meeting)

Redis基础

Cmake tutorial Step4 (installation and testing)

mongodb(快速上手)(一)

云主机oracle异常恢复----惜分飞

ICML 2022 | Meta提出魯棒的多目標貝葉斯優化方法,有效應對輸入噪聲
随机推荐
Server configuration jupyter environment
Ten top automation and orchestration tools
Redis Foundation
leetcode每日一练:旋转数组
Cartoon: a bloody case caused by a math problem
Force deduction solution summary 1200 minimum absolute difference
漏洞复现----48、Airflow dag中的命令注入(CVE-2020-11978)
Anaconda中配置PyTorch环境——win10系统(小白包会)
Please tell me why some tables can find data by writing SQL, but they can't be found in the data map, and the table structure can't be found
Ant financial's sudden wealth has not yet begun, but the myth of zoom continues!
rsync
Matlab reference
Tita 绩效宝:如何为年中考核做准备?
一文读懂简单查询代价估算
请问下为啥有的表写sql能查到数据,但在数据地图里查不到啊,查表结构也搜不到
论文阅读_医疗NLP模型_ EMBERT
Oracle Recovery Tools ----oracle数据库恢复利器
Cartoon: looking for the best time to buy and sell stocks
Leetcode daily question: merge two ordered arrays
QT console printout