General discussion
-
Topic
-
is it test case or test scenario??
LockedI have been in debates over what these mean. I feel like a test case is actually what function is going to be tested. So a test case would be to test that Component A creates new users.
A test Scenario would be to test that component A creates mutliple types of users. so it really considers the data being passed to it.
Anyone have any thoughts on this?
thanks.