Live data from Hacker News

Viewing profile — wojciech_bulaty

wojciech_bulaty

HN member
Joined
Sun, Aug 11, 2019, 5:54 PM UTC
HN karma
4
Public activity
12 items

About wojciech_bulaty

Product Architect at http://trafficparrot.com

Recent public activity

  1. story
    Ask HN: Budgeting Website or App

    I am looking for a budgeting website and app that allows for: * Zero based, envelope budgeting * Defining multiple bank accounts * Importing transaction history from a CSV/... file…

  2. comment
    Comment #34488264

    You can use #ChatGPT to generate #API tests in #RestAssured

  3. story
  4. story
  5. comment
    Comment #28865962

    Wiremock is a great tool. If you wanted to see more tools like that for different protocols Wikipedia has list: https://en.wikipedia.org/wiki/Comparison_of_API_simulation_t...

  6. comment
    Comment #28467509

    Here is a list of API mocking tools that covers HTTP but also other protocols, including OSS and commercial software: https://en.wikipedia.org/wiki/Comparison_of_API_simulation_t..…

  7. comment
    Comment #28326078

    Here is a list of tools, you can filter by the API protocol you need: https://en.wikipedia.org/wiki/Comparison_of_API_simulation_t...

  8. comment
    Comment #22192266

    Might be worth considering adding your tool to this list https://en.wikipedia.org/wiki/Comparison_of_API_simulation_t...

  9. story
  10. comment
    Comment #20942727

    Would be great to hear peoples thoughts. Are there any techniques missing in the article?

  11. story
  12. comment
    Comment #20694276

    Ned's implicit definition of a mock is narrower than the generally accepted one. He actually described a stub created by monkey-patching. A mock allows for call verifications as we…