Forum Discussion

MTRHamdan's avatar
MTRHamdan
New Contributor
2 years ago
Solved

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 

  • Thank you, Sarah, there was an error in my scripts 

2 Replies

  • 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. 

    • MTRHamdan's avatar
      MTRHamdan
      New Contributor

      Thank you, Sarah, there was an error in my scripts