Hi all, Which library/framework are you using for...
# test
a
Hi all, Which library/framework are you using for parameterized tests, and why?
a
I prefer TestNG because it works and allows to control the way test suite is parallelized.
👍 1
t
Spock - it’s support for parameterised tests is exceptional
👍 1
m
Kotest. Kotlin code, fluid syntax, excellent assertions. I believe for parallelization, it leverages JUnit5's parallel support, but not 100% sure.
💯 1