问题标签 [silk-central]

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.

0 投票
1 回答
648 浏览

automated-tests - How to integrate Silk Central with an external system?

I would like to run the tests from Silk Central on a distributed environment. i.e. on different machines. Please advise.

0 投票
1 回答
518 浏览

selenium-webdriver - 将使用 TestNG 编写的 Selenium 脚本与 Slik Central 测试管理工具集成

我使用 Selenium 和 TestNG 开发了自动化脚本。我们能否将开发的自动化脚本与 Silk Central 中记录的手动测试用例集成。我的客户希望自己从 Silk Central 开始执行自动化脚本。

我做了一些基础工作,并了解到 Silk Central 支持 Junit。请让我知道如何在 Silk Central 中运行使用 TestNG 开发的脚本。

0 投票
1 回答
658 浏览

junit - 将 Selenium Junit 测试与 Silk Central 有效集成

我能够从 Silk Central 测试管理工具运行简单的 Selenium Junit 测试用例。现在我想设计 selenium 框架以与 Silk Central 一起使用。请让我知道是否有人使用 Silk Central 来运行他们在 junit 中设计的 selenium 脚本。

请在下面找到我的问题:

1.如何通过 Selenium webdriver 自动将截取的屏幕截图添加到 Silk Central Junit 测试用例的 Run details 部分。

2.如何将我自己自定义的log4j文件自动添加到Silk central Junit测试用例的运行细节部分。

请帮助我,我无法找到答案。

0 投票
0 回答
148 浏览

birt - “无法计算包含非数字数据的百分比/堆叠轴”和“不是数字:NaN”

首先,我要感谢大家花时间帮助我解决这个问题。

现在我想先声明一下我以前从未使用过Birt。我目前正在学习 Birt 及其功能的基础知识。这还不到 24 小时。

我在 Silk Central 中有一份报告,其中显示了一些未解决的问题。我什至不知道从哪里开始我的诊断。

我在网上研究过这个问题无济于事,我只是想对可能导致问题的原因或我可以在哪里解决问题等提出一些意见。

我有几种可能——

1- 我的数据源已损坏 - 但相同的数据源正用于其他正常运行的报告。

2- 也许 birt 更改了其中一份报告的 XML 映射?因此,由于更改,数据没有准确生成?

3-司机有问题吗?

谢谢大家

亲切地,

错误是什么样的

0 投票
0 回答
267 浏览

mstest - MSTest 偶尔会挂起并出现源自 VSTTExecution 的错误:ControllerExecution.ReleaseAllAgents: timed out waiting on m_agentsReleased

我们正在使用 Silk 产品套件进行测试自动化。我们的测试脚本是在 Silk4Net 产品中开发的,并使用 MSTest.exe 在执行机器上运行。Exec 机器仅根据Silk 文档安装了 Visual Studio 测试代理。

有时,我们的脚本会无限运行。当我们连接到 exec 机器时,我们注意到 windows 被锁定了。它响应 GUI 事件,但不能启动任何应用程序,甚至计算器。

我们在错误日志中看到了这一点:

有任何想法吗?

0 投票
1 回答
367 浏览

java - 从 Silk Central(执行服务器)运行时,Silk 测试不会按下按钮

我正在尝试单击用于登录的 Internet Explorer(Windows 安全)登录弹出对话框。该测试是一个包含 Silk4J 脚本的 jar 文件,并使用执行服务器在另一台计算机上使用 Silk Central 运行。当远程桌面会话处于活动状态时,它工作正常,但当会话最小化或关闭时,它不起作用。.select()在我当前的设置中使用和正常工作时,常规 DOM 按钮显示没有问题。

代码片段:

会话不活动时,常规 DOM 元素再次正常工作。但是 Silk 不会点击此对话框按钮。我尝试过setFocus, sendKeys(Enter key)甚至 Tabs en Space。

我错过了什么?提前谢谢!

(丝绸 15 和 IE 11)

0 投票
1 回答
41 浏览

testing - DbUnit Tests with SilkCentral

I´m trying to execute DbUnit Tests with SilkCentral in a remote Virtual Machine that works like a execution server. The Alltests.class directory is in \\p6621va\ucd\ucdmain_TEST\bin\es\bde\aps\ucdmain\ias\tests\AllTests.class and it contents the suiteTests. I need to specify the AllTests.class Classpath , I`ve done like this according the documentation:

enter image description here

It returns the following error:

enter image description here

How can I specify the Classpath?

Thanks in advance.

0 投票
1 回答
69 浏览

regex - 类路径 Silk Central 中的正则表达式

我正在使用 Silk Central,我需要在类路径中添加我需要的所有.jar文件。对于应用程序,我在目录中有四个项目: app_EAR, app_EJB, app_WEB, 。app_TESTapp

我需要添加的 .jar 文件位于其相应项目内的 lib 文件夹中: C:\app\app_EAR\libC:\app\app_TEST\lib

要将文件添加到类路径中,我已分别通过以下方式完成: app_EAR \lib\*; app_TEST\lib\*

但是现在我的问题来了,是否有可能表明它包含它在 app 目录中的任何 lib 文件夹中找到的所有深度的.jar文件?

我已经尝试过这种方式: app*\lib*查看包含单词 app (取app_EARand )的任何目录,并在每个目录中查找包含.jarapp_TEST的文件夹lib。Silk Central 无法识别此正则表达式。

我也尝试过这样:**/lib/**.jar查找所有lib文件夹,无论它们在目录中的深度如何,但它也无法识别它。

提前致谢。

0 投票
1 回答
54 浏览

junit4 - Silk Central 16.5 - 带有 junit4 的 Selenium 脚本运行良好,但作业状态仍然显示正在运行

我可以在 Silk 中央服务器上运行 selenium 脚本(使用关键字库和 junit 4 构建),因为我看到下面的脚本打开了浏览器,根据需要完成了步骤并关闭了浏览器,但我仍然看到了作业/测试状态为在丝绸中央运行。

我把关键字库从eclipse上传到了silk中央服务器。

如果我遗漏了有关junit版本的任何内容,或者我遗漏了任何步骤,您能否指导我?

0 投票
1 回答
108 浏览

qtp - silk central parameters through qtp

I am looking to fetch the results folder from silk central so that I can place my qtp results in the same folder and thereby upload them to silk central. I know that the parameter #sctm_test_results_dir can be used in Java with System.getproperty and it works if my test is a Silk4J test. I have an executable jar file with steps to zip the results and place in the #sctm_test_results_dir directory and I call this JAR file from QTP. But the value returned for the results dir is null. It works fine if I try it as a keyword driven silk4j test though. Any help is appreciated.

The below code is the JAR file which I call from QTP using

... where str01 is:

JAR file :

Thanks!