问题标签 [testng-eclipse]
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.
eclipse - 无法在 http://beust.com/eclipse 读取存储库
Eclipse for Testers 版本:Indigo Release Build id:20110615-0604
我尝试安装 TestNG 但出现以下错误。
“无法读取位于http://beust.com/eclipse的存储库。http : //beust.com/eclipse不是有效的存储库位置。”
好心解决问题
java - TestNG 启动时发生内部错误
我创建了一个 TestNG 类(FirstTest.java),当我将测试用例作为 TestNG Test 运行时,出现以下错误。
在“启动 FirstTest”期间发生内部错误。java.lang.NullPointerException
Eclipse 版本:Luna Service Release 2 (4.4.2)
如果有人知道请帮忙!
java - eclipse 和 testng 的 java.lang.NullPointerException 错误
由于以下错误日志,我无法使用 testNG 和 eclipse 运行我的第一个程序。我是第一次使用 eclipse 和 testNG。谢谢。
testng - 在运行 TestNG 类时将错误作为空指针异常?
我正在从 guru99.com 学习 TestNG 框架,当我添加一些代码并作为 TestNG 运行时,它显示的错误是空指针异常,这是我的代码。
selenium-webdriver - 我们可以在独立机器上通过 bat 文件运行 TestNG 测试用例吗?(没有运行测试的 Eclipse 项目的机器)
我想创建一个 .bat 文件来运行我的 TestNG 测试用例。我应该能够将文件传输到任何计算机并执行测试用例。
是否可以以任何方式执行上述操作。如果是怎么办?
谢谢
internet-explorer - 使用 IE 的 CrossBrowser 测试在 testNG 中不起作用
我正在尝试使用 TestNG 在 selenium 中运行跨浏览器测试。它在 Firefox 和 Chrome 中运行良好,但在 IE 中却不行。脚本打开 IE 并在加载时指向 URL - http://localhost:16189/ 它不会导航到基本 URL。
下面是我来自 testng.xml 的配置
下面是我的代码中 IE 的实例创建代码。
下面是我的测试方法。
java - TestNG - java.net.SocketException
我的设置:TestNG 6.9.10 - Java 1.8 - Eclipse Mars.1 Release (4.5.1) Windows 10
每次我运行 TestNG 测试套件时,都会出现以下错误:
即使我的测试类是空的:
测试正在运行,所以它不会干扰测试用例,但我真的很想了解并删除这个异常。
谢谢你的任何想法。
selenium-webdriver - 如何使用 java 在 selenium webdriver 中发送电子邮件通知
每当某些场景在两者之间失败/传递时,如何使用 java 在 selenium webdriver 中发送电子邮件通知?
eclipse-plugin - Is TestNG eclipse plugin version workability dependent on TestNG jar version in pom.xml?
Do the version have to be compatible? How do I find the compatibles?