subcases vs subprocess?
Hi All - I have a basic question to understand the difference between subprocess and subcase and choosing one from these 2.
1. Are they same?
2. If yes then no further question which I feel wont be the case, so if not then what decides which one to choose and when?
Scenario: A main process/case has 4-5 different tasks to accomplish and 3 of these tasks are independent from each other and are processes in itself, so should one use split-join with spin-off or subcase route(instantiation of different subcases with parent case dependency) ?
***Updated by Moderator: Marissa to update categories***