Hi all, Which library/framework are you using for parameterized tests, and why?
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