Remix.run Logo
my_throwaway23 3 hours ago

Who is writing the tests?

abreslav 13 minutes ago | parent | next [-]

There are different kinds of tests:

* regression tests – can be generated

* conformance tests – often can be generated

* acceptance tests – are another form of specification and should come from humans.

Human intent can be expressed as

* documents (specs, etc)

* review comments, etc

* tests with clear yes/no feedback (data for automated tests, or just manual testing)

And this is basically all that matters, see more here: https://www.linkedin.com/posts/abreslav_so-what-would-you-sa...

justonceokay an hour ago | parent | prev [-]

In the future users will write the tests