I m working on selenium java framework, where I m using data driven testing, Now I want to make my framework excel driven, I mean if my code is having 8 unit test, having different locators & But I want to run 5 test cases out of 8 which will be in excel file, so It should run only test cases which are in excel file, other cases will not run & it is not disable aslo. I m using TestNG framework & apache poi library, so it is possible?