pratamatama's avatar

Do you double test TDD-based API in 3rd party app like Postman?

So, I just finished my TDD, I wonder if it is necessary to double test it in Postman.. What do you think?

0 likes
2 replies
martinbean's avatar
Level 80

@pratamatama Double-test what?

And if you’re writing automated tests using PHPUnit or whatever, what exactly are you going to test with Postman? The idea of writing PHPUnit-based tests I you run them and you get results so you don’t have to use something like Postman.

1 like
pratamatama's avatar

Yeah, I just want to make sure I learn stuff the correct way and to let me get the idea about how Testing applies in real world from real experienced developers, so I asked that question. Sounds silly but I learnt something new here.. Thanks for answering!

Please or to participate in this conversation.