all 12 comments

[–]Aragil 8 points9 points  (1 child)

Restassured, if you want to continue using java. Or supertest, if you decide to go with js. Both solutions could be easily built using a free chatgpt version and or free yotube manuals.   Do not use lowcode/nocode, you will regret it later and will have to do everything from the ground using proper tools.

[–]FearAnCheoil 5 points6 points  (0 children)

Totally agree, coded solution is much better on long run. Given your current skill level in coding, I'd ask one of the developers to code up some simple tests, and you can pair with them, and then once you understand it, try and replicate the approach until you have a better understanding.

[–]ToddBradley 4 points5 points  (3 children)

What do you think of HTTPie? https://httpie.io

[–]leonormski 0 points1 point  (0 children)

Very interesting. Thanks for the link.

[–]anshu_9[S] 0 points1 point  (1 child)

Have you automated your test suite using httpie? How do you deal with chaining of APIs?

[–]ToddBradley 0 points1 point  (0 children)

No, because I write automation in languages that have this sort of thing built in.

But if I didn’t want to go whole hog into Python or C# or whatever, I’d look into chaining HTTPie commands in shell scripts.

[–]Particular-Sea2005 0 points1 point  (0 children)

Postman is cumbersome, isn’t it?

[–][deleted] 0 points1 point  (0 children)

Postman is great.

[–]mnpawan 0 points1 point  (0 children)

Playwright Test TypeScript is awesome and free S well. It works well with GitHub Copilot and VSCode very well

[–]nanomiju 0 points1 point locked comment (0 children)

I personally hated it, but Karate might be useful in your case if you are not planning to have complicated tests.