Discrepancy between Ready Api and Test engine on how handling assertion
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Discrepancy between Ready Api and Test engine on how handling assertion
Discrepancy between Ready Api and Test engine on how handling assertion
In Ready API my project has an assertion that checks for existence for my shipment id as follows
for Ready Api it worked fine
When i run the same request in TestEngine i kept an error, it seems test engine didn't know how to handle the assertion
All the existence assertion in all my SOAP requests
any idea what is wrong
Solved! Go to Solution.
- Labels:
-
Function Tests
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @MTRHamdan,
Looks like you're getting a SOAP fault when sending the request. That's likely why you're also getting an assertion failure for the shipment check.
I would try looking at the reports for your failed test case to see why your requests are returning faults. A good place to check would be in the pdf reports as it would include the full request/response made for the failed test steps.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you, Sarah, there was an error in my scripts
