Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试对调用 Oracle RightNow 支持服务的功能进行自动化测试。
Oracle 是否提供某种模拟 API,作为我的自动化测试的一部分,我可以向其发送请求并获得一些响应?
谢谢
@otto Service Cloud 不提供 Mock API 服务。但是,每个生产实例都带有至少一个测试环境。因此,使用具有访问 Connect for REST API 的配置文件权限的帐户,您可以使用测试环境进行测试 API 调用。只要测试环境和您的生产环境在同一个 Service Cloud 版本上,那么响应将具有从调用到调用的相同结构/架构。