2020-09-01 09:32发布
加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)
专家们
任何人都可以指导我们,如何在本地测试基于云服务的云应用程序,例如SCP的企业消息服务
非常感谢
最好的问候
宁
嗨,宁,
在本地测试依赖于云服务的产品(单元测试)的唯一方法是在TDD中模拟服务的响应。 在创建JUnit测试时,您将需要使用模拟对象来模仿从Enterprise Message队列发出的事件。
在这里,您将找到如何在Spring Boot中使用它:
https://open.sap.com/courses/cp5/items/1jX1dUlLoEMwUQ4uiJGAtx
https://docs.spring.io/spring/docs/current/spring-framework-reference/testing.html
用于测试事件 您可以使用以下代码段:
http://etutorials.org/Programming/Java+extreme+programming/第6章。+ Mock + Objects/6.2 + Event + Listener + Testing/
< a hraf=" https://www.scholarcoder.com/test-spring-events/"> https://www.scholarcoder.com/test-spring-events/
有 也是一个git项目,您可以将其用作测试EM事件的参考:
https://github.com/SAP-samples/enterprise-messaging-client-nodejs-samples
希望这会有所帮助。
最诚挚的问候,< br> Ivan
您好,
您是指进行自动化测试(例如单元测试)还是在本地运行应用程序时进行测试?
针对哪个SAP CP环境?
最多设置5个标签!
嗨,宁,
在本地测试依赖于云服务的产品(单元测试)的唯一方法是在TDD中模拟服务的响应。 在创建JUnit测试时,您将需要使用模拟对象来模仿从Enterprise Message队列发出的事件。
在这里,您将找到如何在Spring Boot中使用它:
https://open.sap.com/courses/cp5/items/1jX1dUlLoEMwUQ4uiJGAtx
https://docs.spring.io/spring/docs/current/spring-framework-reference/testing.html
用于测试事件 您可以使用以下代码段:
http://etutorials.org/Programming/Java+extreme+programming/第6章。+ Mock + Objects/6.2 + Event + Listener + Testing/
< a hraf=" https://www.scholarcoder.com/test-spring-events/"> https://www.scholarcoder.com/test-spring-events/
有 也是一个git项目,您可以将其用作测试EM事件的参考:
https://github.com/SAP-samples/enterprise-messaging-client-nodejs-samples
希望这会有所帮助。
最诚挚的问候,< br> Ivan
您好,
您是指进行自动化测试(例如单元测试)还是在本地运行应用程序时进行测试?
针对哪个SAP CP环境?
一周热门 更多>