I am working in an MNC, I have a pre-created selenium-maven framework where we run test cases by commenting uncommenting them. Eg.
<class name="abc.def.ghi.testCaseName1"/>
<class name="abc.def.ghi.testCaseName2"/>
<!-- <class name="abc.def.ghi.testCaseName3"/> -->
But now I am required to change it's look and feel soo that while running test cases we do not have to comment and uncomment test cases rather run it through some UI. Is it possible?
Please let me know an opensource application though which we can achieve it and it should comply with MNC policies soo that it does not take necessary information.