问题标签 [tosca]
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.
java - 如何像 Tosca 一样使用 java 为 Windows 应用程序创建自动化测试?
我需要为 Windows 应用程序创建一个自动化测试,这个测试将使用 java 平台创建。
我熟悉 java 中的 selenium,但 selenium 只能测试 Web 应用程序。
我将使用带有 maven 的 java 8 版本。
什么图书馆推荐我?
我尝试查找库来操作 Windows 对象但没有结果,我将尝试使用 Windows 的 autoit 脚本,但我只能使用预先创建的脚本,无法从 java 应用程序向 autoit 发送命令。
ui-automation - 使用 Tosca 扫描从屏幕上消失的菜单项
我正在尝试扫描仅在鼠标悬停或使用 Tosca 单击时出现在屏幕上的上下文菜单。这是一个基于 Windows 的应用程序,因此无法检查控件。Tosca 如何扫描/记录这样的上下文菜单?
尝试使用 Tosca 进行录制,但在录制器打开时上下文菜单上未发生单击
scanning - Tosca 元素定位器在 x 扫描链接或按钮属性时出现问题
我正在探索 Tricentis Tosca 试用版,在扫描http://sampleapp.tricentis.com/的主页时遇到问题,我采用了一个属性,即汽车链接并将其添加到我的模块中。我看到我的链接属性的位置在其他地方但实际的链接属性在 X-scan 中的另一个地方。任何一个关于这个的想法。 托
tosca - 我们如何在 Tosca 中存储动态值?
我正在研究 Tricenties Tosca 工具。我需要克服存储动态值的一项挑战。场景是:
我正在从事医疗保健领域项目,我们必须对患者进行注册。一旦填写了患者的所有详细信息并且我们确认它会生成医疗记录编号 (MRN)。该 MRN 对每位患者都是动态且独特的。这个 MRN 号码也用于其他流程。所以我的挑战是如何存储这个动态号码。
提前致谢。
automation - 管理 tosca testsuit 中的选项卡
我试图生成一个测试用例,但我的网站是我的网站,当我点击一个菜单时,它会打开一个新选项卡,tosca 说找不到那个元素。我如何在 tosca tricentris 中使用 selenium 制作类似于 windowshandler 的东西?
automation - 使用 TOSCA 的腻子自动化
我正在使用 TOSCA 自动化腻子。我想使用 TOSCA 输入命令,也想验证搜索结果。如果有人做过这方面的工作,请帮忙。提前致谢。
xml - Tosca XML Ressource - 为动作“XML 节点”找到多个控件
上下文:我正在尝试自动化 XML 和数据表之间的比较
XML结构:
第一步正在工作,我正在计算表格的行数,比如说 2。我正在缓冲这个计数 = 2
第二步我正在循环读取基于步骤 1 中的缓冲区的 XML,希望读取第一个 mtmGlItem 然后是第二个。
我最终得到错误消息:
mtmGlItem > 为动作 mtmGlitem 找到多个控件。
我知道 tosca 不知道要阅读哪个 mtmGlitem,但我不知道如何摆脱这个问题。
任何帮助都非常感谢。提前致谢。
tosca - Input Order in Tricentis Tosca
I am kicking the tires on Tricentis Tosca with their free trial, and while the tutorial went swimmingly, my very first attempt to do a test of my own I ran into a scenario I can't figure out. I decided to try doing a test on the Windows calculator app, I scanned the screen, picked all the controls I cared about, and saved it into a Module named "Calculator". I then created my first test case named "Add", pulled in my "Calculator" module, and decided to "Click" on One, Plus, Two, Equals, and I encountered my first problem! There appears to be no way to control the order in which those clicks happen. Sigh. I'm sure I'm missing something simple, but for the life of me, I can't figure out how to control the order in which those clicks are executed. Anybody out there know how this tool works?
html - TOSCA - 试图引导表列内部 html 元素
我扫描了一张表,在这张表中,所有行的最后一列都是链接,我将把 html 的一般结构放在下面。问题是,当我转向时,我只能访问列(标签 td),但我无法访问它自己的链接(标签 a)。如果我在 td 标签上使用操作“X input”,它会告诉我该字段没有定义输入,并且“{clicks}”也不起作用,因为 Tosca 没有检测到浏览器中正确位置的元素. 我还尝试扫描模块定义中的链接(标签 a),并尝试放置一个带有缓冲区的动态 xpath,该缓冲区指示我需要的父标签 tr 编号,但这也不起作用。有谁知道这个的解决方法?
tosca - 当我通过测试用例创建文件夹调用 TOSCA 模块时它变空了
我刚刚在 TOSCA 中创建了一个包含两个测试步骤的模块。但是,当我通过测试用例创建文件夹调用它时,它会变空。不显示模块详细信息。谁能帮我解决我做错了什么?