Can I use two frameworks at one time, like testng and junit both
You can use TestNG to run your current JUnit test cases. TestNG can recognise and run JUnit tests automatically, allowing you to use it as a runner for all of your existing tests as well as build new ones.