End of uvm test

Hi,
How can we know the test is ended in uvm ? after drop_objection in run_phase or after report_phase function complete ?

Regards,
Srikanth

In reply to srikanth.verification:

The test is over when you get to the extract_phase. (or whatever the first function based phase you use in your test).