我正在尝试在我的应用程序上记录测试。我可以成功添加 AUT(在应用程序视图中)但是当我要记录测试时,我的应用程序已加载(AUT 具有初始屏幕以获取凭据,在输入凭据后 AUT 已加载)并且我可以与 AUT 交互,但 RCPTT 错误消息 超时错误:AUT 没有响应。
以下是日志: 这些是日志中的一些部分。
!ENTRY org.eclipse.emf.ant 4 0 2019-10-08 09:41:24.138
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.emf.ant [146]
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.emf.codegen [147]
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.emf.codegen.ecore [148]
Unresolved requirement: Require-Bundle: org.eclipse.jdt.core; bundle-version="[3.5.0,4.0.0)"
java.lang.IllegalStateException: Workbench has not been created yet.
at org.eclipse.ui.PlatformUI.getWorkbench(PlatformUI.java:93)
Warning: validation was turned on but an org.xml.sax.ErrorHandler was not set, which is probably not what is desired. Parser will use a default ErrorHandler to print the first 0 errors. Please call the setErrorHandler method to fix this
Warning: NLS unused message: DIRView_btnCheckButton_text in: com.student.programs.ui.view.messages
Error: URI=null Line=5448: Attribute value "CVC100150" of type ID must be unique within the document.
Error: URI=null Line=6566: Attribute value "CVC102357" of type ID must be unique within the document.
Error: URI=null Line=6757: The content of element type "lists" must match "(list)+".
更新: 以下是我如何启动 RCPTT IDE。- 从 Eclipse 下载中下载 RCPTT IDE - 使用 exe 启动 RCPTT - 创建新的 RCPTT 项目 - 将 AUT 添加到 RCPTT IDE - 开始录制测试 这是我看到错误的时候