dynamic unit testing
Hello. Well i checked the Unit, E2E, Integration testing and where/what/when they should be used for.
The thing that i can't understand is in the Unit testing when i write a test basically i'll hard code every case and that's basically not efficient for me.
I may end up with a function that has +50 test cases and idk how to make the process dynamic.
The thing that i can't understand is in the Unit testing when i write a test basically i'll hard code every case and that's basically not efficient for me.
I may end up with a function that has +50 test cases and idk how to make the process dynamic.
