I am new to the spring framework. I have some experience in rails framework.
I am planing to create 3 environment ( test, dev, production )
I have created profiles in my pom file for each of this environment,
If i want to change the environment i have to manually change the active status as true / false.
Once i changed the environment, my entire app is running in that environment.
My question is,
"Is there any way to run the junit / TestNG test cases in test environment without changing anything in pom file?"
Thanks,
Jon