by gertjandewilde on 7/15/21, 3:19 PM with 17 comments
by piokoch on 7/16/21, 8:48 AM
IntelliJ costs $150 per year and it gives way more value than some tool that can just run tests and allow to share them between people.
Postman has some convenience to run quickly REST call, right, but for anything more serious it is more productive to use Robotframework or after a bit of writing glue code in Java JUnit + Restassured. Everything is in the code, easily versioned.
I don't know how to achieve in Postman tests versioning (different version of a test for a product version or different tests for new API version), probably this can be somehow simulated with environments, etc. but for me this is hacky and hard to maintain. I guess people just copy-paste a collection for new version.
by pan69 on 7/15/21, 6:49 PM
by tomlagier on 7/15/21, 4:31 PM
by palijer on 7/15/21, 5:38 PM
I'm new to software development though, and I don't have an exact understanding of how open and sharing things are, and while I do understand we are all standing on the shoulders if giants, I wonder how far that goes.
Maybe I'm misunderstanding though, but this seems to be solving a lot of the collaboration issues that exist on the free tier, that they sell for Enterprise postman.
But once again, I'm new to the culture.
by gravypod on 7/15/21, 4:56 PM
I am interested in seeing the configuration leveraging happening in your project though. Very cool.
by crucialfelix on 7/15/21, 4:59 PM
I look forward to checking this out. We had a breakage in our public API this week because we didn't have full test coverage.
by gertjandewilde on 7/15/21, 6:16 PM
by slava_kiose on 7/18/21, 11:51 AM
by jzig on 7/16/21, 2:33 AM
by nytgop77 on 7/15/21, 10:49 PM