当前位置:网站首页>[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
边栏推荐
- Interpretation: how to deal with the current security problems faced by the Internet of things?
- 中国银河证券开户安全吗 开户后多久能买股票
- Read the history of it development in one breath
- Mask wearing detection based on yolov3
- Zabbix
- Compared with the loss of Wenxin, the performance is improved a lot
- This 17-year-old hacker genius cracked the first generation iPhone!
- 毫无章法系列
- 云主机oracle异常恢复----惜分飞
- Seven Devops practices to improve application performance
猜你喜欢

提高应用程序性能的7个DevOps实践

2022新版PMP考试有哪些变化?

Redis基础

To solve the problem of "double click PDF file, pop up", please install Evernote program

Thesis reading_ Medical NLP model_ EMBERT

基于YOLOv3的口罩佩戴检测

Elk log analysis system

Leetcode daily question: the first unique character in the string

ICML 2022 | Meta提出魯棒的多目標貝葉斯優化方法,有效應對輸入噪聲

Leetcode daily practice: rotating arrays
随机推荐
Ten capabilities that cyber threat analysts should have
What are the changes in the 2022 PMP Exam?
Redis Foundation
To solve the problem of "double click PDF file, pop up", please install Evernote program
Redis基础
Teamcenter 消息注册前操作或后操作
「运维有小邓」用于云应用程序的单点登录解决方案
Zabbix
Mask wearing detection based on yolov3
ISPRS2022/云检测:Cloud detection with boundary nets基于边界网的云检测
EPM related
Ordinary programmers look at the code, and top programmers look at the trend
Cartoon: how to multiply large integers? (next)
Vulnerability recurrence - 48. Command injection in airflow DAG (cve-2020-11978)
漏洞复现----48、Airflow dag中的命令注入(CVE-2020-11978)
PMP认证需具备哪些条件啊?费用多少啊?
提高應用程序性能的7個DevOps實踐
删除数组中的某几个元素
Cartoon: looking for the k-th element of an unordered array (Revised)
中国银河证券开户安全吗 开户后多久能买股票