Start sequence on sequencer using config_db in test class?

In reply to Harshad:
There are 2 ways to start a sequence:
(1) starting a sequence automatically by using the consept of the ‘default sequence’. The default sequence will be set using the config_db.
(2) starting a sequence manually by using the start method of the sequencer.

Method (2) is the recommended way to start a sequence. Method (1) is a relict of the OVM.