As we know that the start of simulation phase is in bottup up manner but the simulation normallly starts from the top which is nothing but from the test class. So should it not be a top down approach insted of a bottum up approach…?
Can someone kindly justify the above with proper examples.
You should only rely on the build_phase being top-down. You should assume no predefined ordering of the time-consuming task phases. Assume they get started in parallel