简体   繁体   English

如何使用 Robot Framework(RIDE) 测试 JMS 队列

[英]How to test JMS Queues with Robot Framework(RIDE)

I am using robot framework with selenium(Python).I have Installed JMS-Utils-1.0.2 and robotframework-jmslibrary-1.0.0 .But still Not able to access methods of JMS Library.After Importing JMSLibrary it is showing up in Red Color.我正在使用带有 selenium(Python) 的机器人框架。我已经安装了 JMS-Utils-1.0.2 和机器人框架-jmslibrary-1.0.0。但仍然无法访问 JMS 库的方法。导入 JMSLibrary 后它显示为红色颜色。 Please find the screenshot.Please help me.请找到屏幕截图。请帮助我。

在此处输入图片说明

在官方Wiki 页面中讨论了从导入的库中获取文档的问题。

Have you run the remote server to access this library?你有没有运行远程服务器来访问这个库? Since it is java library, it cannot be directly imported to RED, it has to be imported as a Remote library.由于是java库,不能直接导入RED,必须作为Remote库导入。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM