zlacker

[parent] [thread] 1 comments
1. VWWHFS+(OP)[view] [source] 2022-06-13 21:28:10
> even non-programmers can write tests

I'm curious if this has never actually happened? In my experience definitely not. I'm trying to think of even what kind of job role/skillset would have the knowledge and ability to write this bespoke syntax but not have any ability to do some basic script programming.

replies(1): >>ptrtho+fz
2. ptrtho+fz[view] [source] 2022-06-14 02:44:06
>>VWWHFS+(OP)
When you have a basic API test which makes an HTTP call and validates the response, it is quite simple. We've seen teams get started by just referring to an existing test or example. But you are right, when you start getting into complex business-logic or assertions, you will start using JavaScript. What people seem to like about Karate is that you can start off simple, but the tool can flex as you learn more.
[go to top]