问题标签 [testlink]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
maven - Maven执行测试不起作用
大家好,我实际上是在使用 Jenkins 和 testlink(带有 testLink 插件)来进行测试自动化。
我对 IC 和 testlink 不熟悉,所以我尝试从“TestLink 插件教程”开始。
但是当我运行构建时,我收到以下错误:
我正在使用我在 maven/conf 的 settings.xml 中定义的代理。
我认为maven在生成pdf时无法达到目标测试。
我用谷歌搜索了很多,但没有什么真正有用的,有人可以帮助我吗?
php - 单击测试执行链接时出现性能问题。树需要时间来加载
我目前使用 Testlink1.9.3 进行测试管理和执行我们过去 5 年的项目。首先我们从 Testlink1.6.3 版本开始,现在我已经迁移到 1.9.3。现在我在单击测试执行链接时遇到性能问题。树需要时间来加载。
详细资料 :
- 测试链接性能很慢。
- 加载测试项目需要时间
- 加载测试计划需要时间
- 在执行测试用例时,性能是公平的
- 在创建新计划/构建时,性能是公平的
机器详情:
应用程序级别的配置设置为获得最佳性能,例如确保设置以下参数:
并仔细检查是否可以进行任何其他配置改进。
日志:
使用未定义的常量 TL_LIGHTBOX_CSS - 假定为 'TL_LIGHTBOX_CSS' - 在 /var/www/html/thunder/gui/templates_c/%%56^560^56038526%%inc_head.tpl.php - 第 40 行 [<<][512c073808f8a063878788][默认][/lib/execute/execNavigator.php][13/Feb/26 00:52:08][13/Feb/26 00:52:25][耗时 17.290396 秒]
我也将 1.9.3 迁移到 1.9.5,但性能问题仍然存在。
对此的任何帮助将不胜感激。还在等高手解答。
ruby - 带有 testlink jenkins 和 testLink 插件的 Ruby 项目
我是詹金斯 IC 和 Maven 的新手。我正在使用 jenkins 的 testLink 插件进行自动化测试,所以我从“Jenkins TestLink 插件教程”开始。
今天我想知道是否可以使用 ruby 文件而不是 java 文件来制作相同的东西(之后如果一切正常,使用 PL-SQL)。
我用谷歌搜索了很多,但没有具体的方法。(我认为这与 maven 目标有关,或者在 jenkins 中进行配置,但我不知道是什么)。
有人可以帮助我吗?
selenium-webdriver - reportTestCaseResult() 给出 testlink.api.java.client.TestLinkAPIException
我正在尝试将 selenium 与 Testlink 测试管理工具集成,我已经使用 wampserver 在本地机器上成功安装了 testlink。请参考我在以下谷歌文档链接中编写的硒脚本:https ://docs.google.com/document/d/1jyUBqJ9cx5496GiCTC5ktuXSXAYfhHmr7HLr6liTpbQ/edit
当我使用 Testng 运行脚本时,出现以下异常:
请让我知道我在这里做错了什么。
ruby - 使用 jenkins/maven/testLink 进行 Ruby 测试
我正在使用 Jenkins、maven 和 testLink 插件进行自动化测试。我想用 Jenkins 执行 ruby 测试并将它们挂在 testLink 中。
这是我的 pom.xml :
这是我在 jenkins 中的配置:
测试执行 --> 单一构建步骤 --> 调用顶级 maven 目标: --> 目标:-X clean org.codeartisans:ruby-maven-plugin:0.1:exec test -DsuiteXmlFiles=suite.xml
这里是控制台输出:
有人可以帮我吗?我是maven,IC等的新手...
jira - Testlink 1.9.5 JIRA 集成
我正在尝试从 testlink 中的问题跟踪器管理视图将 testlink 1.9.5 与 JIRA 集成。
这是我写的:
问题是我在测试连接和测试执行视图中的以下文本时收到“连接为 KO,检查配置” :
“请注意:有问题阻止了与错误跟踪系统的连接,并且会产生性能问题。请联系您的 TestLink 管理员”
我该如何解决这个问题?
ant - TestNG TestLink Jenkins Ant cannot find results
I've just began to work with TestLink but I cannot see the results of the executions: on my Jenkins I have an ANT build file which runs a TestNG suite, and it began to work writting that he had found 1 result. (In spanish:
But at the end of the log, it says that he found 0 results:
I mean, why doesn't it look for any TestNG results? The path for the results is test-output/*.xml
. I've read another issue where somebody says It worked with success results and not for failed results but in my case it doesn't work with any! Can anyone help me please? I don't know what's wrong with it.
testcase - 显示自动编号测试用例
我想知道是否有任何方法可以隐藏 TestLink 在您创建新测试用例时显示的自动编号。在我的示例中,“idERP”是项目的 ID,但“-1,-2...”是 TestLink 显示的自动编号,我不希望看到这些编号。是否可以?
plugins - Jenkins-Testlink HTTP 服务器返回意外状态:需要授权
我已经安装了 jenkins 1.5 和 testlink 1.9.5(它们在我的电脑上,称之为 machineA)。
我已经在服务器上安装了 testlink 1.9.2(称为 machineB)。
当我尝试通过 Jenkins 配置将 Jenkins (1.5) 与 TestLink (1.9.5) 连接以检索测试时,它可以完美运行。
但是当我尝试将 Jenkins (1.5) 与 TestLink (1.9.2) 连接时,在 Jenkins 中运行作业时,我在控制台中收到以下错误:
我该如何解决这个问题?有什么建议吗?
testing - TestLink 安装期间的数据库访问错误
我是 testlink 的新手。我只是在我的本地主机上使用 xampp 创建 testlink 安装。在安装 testlink 期间。我收到以下错误
我用谷歌搜索了很多,但我找不到合适的答案。有人可以帮助我吗?