admin管理员组

文章数量:1122846

I am testing a SOAP API using Karate Xplorer(not the Karate framework) and have the following challenges.

  1. The API request includes an MRN value and I have a list of MRN values to test. Is there a way to pass these values dynamically in Karate Xplorer instead of manually inputting them one at a time?

  2. Each MRN produces a unique response. I need to store these responses in a structured format, such as an Excel file or similar. Can this be done directly in Karate Xplorer?

  3. Does Karate Xplorer provide any built-in features or plugins for customizing test reports?

I know these things we can achieve using karate framework, but wanted to know about Karate Xplorer. I didn't provided any code, because it is not related to coding, just wanted to know these things are achievable by Karate Xplorer or not. I would appreciate solutions or guidance specific to Karate Xplorer, as my requirement is to work entirely within this tool.

Thanks in advance!

本文标签: How to Automate SOAP API Testing with Dynamic Inputs in Karate XplorerStack Overflow