Multiple Testcase

Hi All,
My Mentor give me task that to run multiple test scenario , how we can use only one test class and only one one seq then how can i complete this task ?

We need a more precise definition of what a test scenario is. For some cases, it could just mean running the same test with a different initial random seed.

In reply to dave_59:

Example : in ethernet 1st test scenario is sanity test and other scenario is large frame test for both the scenarios i have only one testcase and only one sequence how can do this task.

Those are very different scenarios and require separate sequence classes. First, get the individual cases running on their own.

Do you really want to run two different scenarios back to back? If you want to run multiple sequences during a single test, look into virtual sequences.