简体   繁体   English

我可以使用空手道测试用例连接到 windows 机器吗

[英]Can I use Karate Test Case to connect to a windows machine

I have one windows machine from where I am running karate test cases.I have another windows machine which I can access using RDP.我有一台运行空手道测试用例的 windows 机器。我有另一台 windows 机器,我可以使用 RDP 访问它。 Is there a way, I can create a karate test case to connect to other window machine as I need to check existence of some files.有没有办法,我可以创建一个空手道测试用例来连接到其他 window 机器,因为我需要检查一些文件是否存在。

Consider this as not officially supported, but you may need to do some research into this: https://stackoverflow.com/a/65187737/143475认为这不受官方支持,但您可能需要对此进行一些研究: https://stackoverflow.com/a/65187737/143475

But keep in mind that Karate can do anything if an API exists.但请记住,如果 API 存在,空手道可以做任何事情。 You can be creative and start a mock-server on the other windows machine.你可以发挥创意,在另一台 windows 机器上启动一个模拟服务器。 Then anything is possible.那么一切皆有可能。

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

相关问题 关于POST方法的空手道测试用例的问题 - Question about Karate test case for POST method 如何同时使用空手道和 Selenium 使用 Cucumber 编写端到端测试用例? - How to use both Karate and Selenium to write an end to end test case using Cucumber? 在空手道DSL中,如何将替换文本用于其他数据类型,例如int,float,Big等? - In Karate DSL, how can I use the replace text for other data types such as int, float, Big, etc.? 无论如何,我每次都可以运行相同的测试用例,但使用不同的值吗? - Is there anyway I can run the same test case but with different values everytime? 如何用空手道生成 cucumber json 报告 - How can I generate the cucumber json report with karate 空手道黄瓜的使用报告 - Use report of cucumber in Karate 尝试在我使用一个或多个数据的 Cucumber 中编写测试用例 - Trying to write test case in Cucumber where I use one or more pieces of data [qaf]当我使用testng xml运行Z1441F19754335CA6ZEA8测试案例时如何与spring集成 - [qaf]how to integrate with spring when I use testng xml to run cucumber test case 在空手道中使用条件逻辑 API - Use conditional logic in karate API 黄瓜未在测试模式下使用可以在开发模式下使用的路由 - Cucumber not using a route in test mode that I can use in development mode
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM