We are working with DynamicPropertyUtils in our project. When I tried to get the instances from test classes with DynamicPropertyUtils, it throws Class Not Found Exception. How can I solve this issue? ( Can't share the code )
DynamicPropertyUtils.getString("example.path.of.instance")
Works fine in java path but can't take the values from test packages