Base class override in UVM testbench

In reply to sv_uvm_49:

Hi tez,
Thanks for your reply.
Could you be a little more specific on where should I do the factory override?

Hi,
I think we need use the factory override inside the base_test build_phase() such that test_A is replaced by test_B (you need to have the same methods with its arguments of test_A)