In reply to JH_Engineer:
You want to instantiate test class so that you can pass value to it’s
data member (i.e, request array in your case), but here you
can’t do it because you might not know the instance name of
the top level class that the uvm is internally creating.
You can try uvm_test_top as object name to pass request array.