testlink

TestLink学习一:Windows搭建Apache+MySQL+PHP环境

拟墨画扇 提交于 2020-03-01 21:53:05
PHP集成开发环境有很多,如XAMPP、AppServ......只要一键安装就把PHP环境给搭建好了。但这种安装方式不够灵活,软件的自由组合不方便,同时也不利于学习。所以我还是喜欢手工搭建PHP开发环境,需要哪个模块自己安装就行了,或者那个软件需要升级,直接升级那个软件就行了,并不影响其他软件,非常方便。 安装环境 :windowsXP 32 一、准备工作-下载所需软件 Apache httpd-2.2.22-win32-x86-openssl-0.9.8t.msi PHP php-5.3.10-Win32-VC9-x86.zip MySQL mysql-5.5.28-win32.zip (下载php网站:http://tool.php100.com/) 二、安装软件 1、安装Apache 注意:Apache服务器的默认是80端口 双击安装,与安装其他Windows软件没有什么区别,在填Server Infomation时,并没有特殊规定,只要输入的信息符合格式即可。 服务器信息可以按照默认配置,如果服务器的80端口没被其他服务器程序占据。可选“for All Users,on Port 80, as a Service—Recommended.”如果仅为当前用户使用,使用8080端口,手动启动,选择“only for the Current User, on Port 8080

testlink 安装

|▌冷眼眸甩不掉的悲伤 提交于 2020-01-01 17:24:39
其中安装过程完全按照 http://blog.csdn.net/gjj920318/article/details/51007230 ,非常感谢博主 其中 http://www.51testing.com/html/10/284010-1224491.html 复制了需要修改的path $tlCfg->log_path = TL_ABS_PATH . 'logs' . DIRECTORY_SEPARATOR ; $g_repositoryPath = TL_ABS_PATH . "upload_area" . DIRECTORY_SEPARATOR; 来源: https://www.cnblogs.com/xiaoyii/p/8005192.html

testlink安装

筅森魡賤 提交于 2020-01-01 17:24:18
testlink下载:http://www.testlink.org/ 进入git页面git中选择版本 根据php版本选择testlink版本 本次php版本5.4.17 所以选择了testlink 1.9.10,页面点击安装的时候会选择同意免责后,进入页面会提示版本和错误 mysql的连接地址和用户密码会在提示报错都解决后输入 testlink项目中的config.inc.php文件修改: $tlCfg->log_path = '/var/www/testlink/logs/'; $g_repositoryPath = '/var/www/testlink/upload_area/'; /* unix example */ $g_smtp_host = '127.0.0.1'; # SMTP server MUST BE configured $g_tl_admin_email = 'tl_admin@127.0.0.1'; # for problem/error notification $g_from_email = 'testlink_system@127.0.0.1'; # email sender $g_return_path_email = 'no_replay@127.0.0.1'; $tlCfg->default_language = 'zh_CN'; /

testlink安装

醉酒当歌 提交于 2020-01-01 17:24:03
1.下载testlink和xampp 具体文件可以网上下载 2.安装xampp---- 失误:tomcat一直起不来 你可以把自己的tomcat打开,再打开xampp这时tomcat就是打开的状态的 3.安装testlink a:将testlink放到xampp的htdocs b:打开:http://localhost/testlink c:进行下一步安装 问题: Checking if /var/testlink/logs/ directory exists [S] </B<< td> Failed! Checking if /var/testlink/upload_area/ directory exists [S] </B<< td> Failed! 修改: 修改testlink下的config.inc.php文件: 注释:$tlCfg->log_path = '/var/testlink/logs/'; /* unix example 添加:$tlCfg->log_path = 'C:\xampp\htdocs\testlink/logs/'; 注释:$g_repositoryPath = '/var/testlink/upload_area/'; /* unix example 添加:$g_repositoryPath = 'C:\xampp\htdocs

testlink安装

[亡魂溺海] 提交于 2020-01-01 17:23:38
今天安装了一下testlink,完全按照高峻博客里的做法,最后安装成功了 遇到的问题: 问题表现:   新安装TestLink,登录Testlink后,新建一个项目后,会出现如下提示:   There are security warnings for your consideration. See details on file: C:/xampp/htdocs/testlink/logs/config_check.txt. To disable any reference to these checkings, set $tlCfg->config_check_warning_mode = ‘SILENT’;   解决方法:   打开Testlink安装文件夹下的config.inc.php文件,将$tlCfg->config_check_warning_mode = ‘FILE’;   改为tlCfg->config_check_warning_mode = ‘SILENT’; 保存!再刷新页面,已无提示! 转自:领测软件测试网[http://www.ltesting.net] 原文链接:http://www.ltesting.net/ceshi/open/kycsglgj/testlink/2012/0202/203993.html testlink安装全攻略 安装前准备

[TestLink]testlink安装

自闭症网瘾萝莉.ら 提交于 2020-01-01 17:23:27
转自: http://www.51testing.com/html/25/465025-3711140.html bitnami参考: https://bitnami.com/stack/testlink/README.txt 安装文件 : xmapp: http://www.apachefriends.org/zh_cn/xampp.html bitnami-testlink: https://bitnami.com/stack/testlink/installer 安装注意 : 安装的时候,注意mysql.service和apache2.service都是disable状态,否则会导致80和3066端口被占用 如何确认apache是否安装:http://ip(localhost) 如何 启动注意 : 需要手动执行/opt/lampp/htdocs/testlink/ctlscript.sh start, 即使放到systemd管理,也无法正常使用,不知道为什么 Question :Package mysql-server-5.7 is not configured yet. 安装mysql-server总是报这个错误 I had the same issue and fixed it almost like Rick except I had to remove all the

Multiple Assert verification Handling

喜你入骨 提交于 2019-12-13 06:29:25
问题 In my test method below, this method has multiple asserts. I want it to run so that if all the asserts pass then it will log the status as " Passed " in my test management tool (we are integrating Test Link with Selenium) But if any one assert fails than testNG generates an Assertion Error; in this situation I'm not able to update the status to " Failed " in my TMT, because this method's execution was stopped and the run has proceeded with the next method. Please provide some help to solve

TestLink XML-RPC The call to the xml-rpc client failed

依然范特西╮ 提交于 2019-12-12 03:44:26
问题 I was trying to use the testLink(1.9.14 (Padawan)) xml-rpc in selenium JAVA(testNG) to sync the test result to testlink automatically. I provided the devkey and url what I used for the webdriverJS test. public static String DEVKEY = "e69035750c91d1775900f4ce16dbcfb5"; public static String URL ="http://computername:80/testlink/lib/api/xmlrpc/v1/xmlrpc.php"; When I ran the test suite, I always got the error something like: testlink.api.java.client.TestLinkAPIException: The call to the xml-rpc

Test case execution in testlink with Testcase Unique custom field by uploading xml file

安稳与你 提交于 2019-12-10 18:32:04
问题 We are using Testlink 1.9.5. I want to execute my testcase using XML file. But I am facing one issue. my testcases is executing successfully but the custom field result(Actual Time custom field) is not saving. it's like testlink skip it I am using below XML :- <?xml version="1.0" encoding="UTF-8"?> <results> <testcase external_id="kan-8" > <tester>shubham</tester> <result>f</result> <notes> Test case has been passed scuccessfully </notes> <custom_fields> <custom_field> <name><![CDATA[Actual

testlink 1.9.19安装

拥有回忆 提交于 2019-12-06 16:24:48
环境平台: 系统:Centos 7.6 数据库:mysql 5.7 PHP版本:PHP 5.6 testlink版本:testlink- 1.9. 19 链接:https://pan.baidu.com/s/10PrxXJA3LQ8ucY6yGzr7Cw 提取码:fuw6 一:我们先安装数据库,这步省略。 在数据中新建数据库及账号: CREATE DATABASE testlink; CREATE USER 'testlinkuser'@'localhost' IDENTIFIED BY '123456'; GRANT ALL PRIVILEGES ON testlink.* TO 'testlinkuser'@'localhost' IDENTIFIED BY '123456' WITH GRANT OPTION; FLUSH PRIVILEGES; EXIT; 二:安装httpd yum -y install httpd sed -i 's/^/#&/g' /etc/httpd/conf.d/welcome.conf sed -i "s/Options Indexes FollowSymLinks/Options FollowSymLinks/" \ /etc/httpd/conf/httpd.conf systemctl start httpd.service