Hello @sradha, yes there are many ways by which you can get this done.
1. By using grouping. You can create a group of task you want to execute and then make a suite for it and only those test cases will run.
2. By using enable and disable in the test method such that only the test case where enabled = true will execute and the test methods with enabled = false will not.
Hope this helps.