UvM

What will happen if I am not make any phase raise and drop objections mentioned while sequence start.

In reply to harinathdigital@gmail.com:

Objections are means to stop the simulation when all acivities are ready. There are different places where you can implement objections. The sequence itself is one of these places. In anyway at least 1 objection mechanism has to be implemented. In the other case your simulation stucks at time 0.

In reply to harinathdigital@gmail.com:

If no objections are raised, then each phase executes with 0 delay and your sequence will never get a chance to start. The test ends at time 0. You need to raise an objection which allows a phase to consume time, therefore giving your sequence a chance to start.