Apidog sending wrong test case

Hi,

just testing Apidog in the Pro Trial and my first impression is that’s a very nice tool (independently of the desktop app being very slow even on my Macbook Pro M3 Max with max. CPU/memory).

But when testing the “Testing” function I see that something is broken. Out of 71 tests, the first 69 ran successfully but the last two fail. I added screenshots of the test definition and what Apidog sends out.

So as you can see, the test case is defined correctly (with type being households and aggregation being daily) and if I send it out correctly (by clicking on send) it works. But in a test case, Apidog makes a

http://127.0.0.1:9203/statistics?token=XXX&type&aggregation

out of it, so the properties are there but their values are simply missing.

Looks for me like a serious bug. Or am I doing something wrong here?

Alex




I now opened the original API Cases again (where the test case was referring to) and clicked into the field of my values and clicked on save (without any changes) and now the test is working. But it was definitely saved before as well and there was no Tab open. So there seems to be some bug?!

Did you import from the API case into the test scenario? It’s important to note that the step of importing into the test scenario is associated with the API specification, and it will not synchronize the actual request values with the API case. For detailed information, please check here: Sync data from endpoints/endpoint cases - Apidog Docs

You can confirm in this step of the test scenario that the actual request values have been filled in and saved, and then running it should not cause any issues.