I'm trying to develop a system for test cases so that whenever a test case is added to a particular package it will automatically be included in testing without having to manually add that particular test case. What is the best way to achieve this? Should I use java reflection?
Please excuse me if theres some obvious solution to this. I'm just getting started with Jenkins and trying to configure Selenium test cases.