Viewing profile — wojciech_bulaty
wojciech_bulaty
HN member- Joined
- Sun, Aug 11, 2019, 5:54 PM UTC
- HN karma
- 4
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About wojciech_bulaty
Recent public activity
-
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…
-
comment
Comment #34488264
You can use #ChatGPT to generate #API tests in #RestAssured
- story
- story
-
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...
-
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..…
-
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...
-
comment
Comment #22192266
Might be worth considering adding your tool to this list https://en.wikipedia.org/wiki/Comparison_of_API_simulation_t...
- story
-
comment
Comment #20942727
Would be great to hear peoples thoughts. Are there any techniques missing in the article?
- story
-
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…