Hello,
I am not sure if this is the correct place to post this...
I would like your general opinions on this:
When testing a software with different functionalities, is it a good thing to state the number of test case to be prepared initially for each functions? Like we will prepare 100 tests cases for the whole system and 10 test cases for each functionalities(taking into account that there will be 10 functionalities)
That's not the way I do it when I test my system as I created the test case depending on the use case specification. I would like to know you thoughts on this.