当前位置:网站首页>[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
边栏推荐
- Knowledge points of MySQL (7)
- Data access - entityframework integration
- 为什么阳历中平年二月是28天
- Matlab reference
- Teamcenter 消息注册前操作或後操作
- What are the requirements for PMP certification? How much is it?
- C # mixed graphics and text, written to the database in binary mode
- Configure pytorch environment in Anaconda - win10 system (small white packet meeting)
- 较文心损失一点点性能提升很多
- leetcode每日一练:旋转数组
猜你喜欢
Oracle recovery tools -- Oracle database recovery tool
Check the WiFi password connected to your computer
Ten capabilities that cyber threat analysts should have
Oracle Recovery Tools ----oracle数据库恢复利器
Seven Devops practices to improve application performance
Cmake tutorial Step2 (add Library)
EPM相关
Vulnerability recurrence - 48. Command injection in airflow DAG (cve-2020-11978)
基于YOLOv3的口罩佩戴检测
神经网络自我认知模型
随机推荐
如何修改mysql字段为自增长字段
北京内推 | 微软亚洲研究院机器学习组招聘NLP/语音合成等方向全职研究员
网络威胁分析师应该具备的十种能力
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
提高應用程序性能的7個DevOps實踐
Independent development is a way out for programmers
Thesis reading_ Chinese NLP_ LTP
MySQL之知识点(六)
Compared with the loss of Wenxin, the performance is improved a lot
2022年信息系统管理工程师考试大纲
Cmake tutorial Step3 (requirements for adding libraries)
Beijing internal promotion | the machine learning group of Microsoft Research Asia recruits full-time researchers in nlp/ speech synthesis and other directions
Cartoon: how to multiply large integers? (I) revised version
外盘黄金哪个平台正规安全,怎么辨别?
Oracle Recovery Tools ----oracle数据库恢复利器
Humi analysis: the integrated application of industrial Internet identity analysis and enterprise information system
統計php程序運行時間及設置PHP最長運行時間
Sentinel flow guard
To solve the problem of "double click PDF file, pop up", please install Evernote program
论文阅读_医疗NLP模型_ EMBERT