Recently I have seen a test which is extended from OVM_TEST. But they didn’t register that extended test with `ovm_component_utils. I asked him and he told me that we are registering the tests whichever extended from that base test, so no need to register that base test with ovm factory. Does it works ?
If yes, can we follow same thing in sequence ?